def _build_bigquery_object(self):
     return apiauth.build(scope=constants.BIGQUERY_URL,
                          service_name='bigquery',
                          version='v2')
Example #2
0
 def _build_compute_service(self):
     return apiauth.build(scope=COMPUTE_API_URL,
                          service_name='compute',
                          version='v1')
Example #3
0
 def _build_bigquery_object(self):
     return apiauth.build(scope=constants.BIGQUERY_URL, service_name="bigquery", version="v2")
Example #4
0
 def _build_compute_service(self):
   return apiauth.build(scope=COMPUTE_API_URL,
                        service_name='compute',
                        version='v1')