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