Searched refs:service_account_id (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | rest_api.py | 88 def _make_token_async(scopes, service_account_id): argument 100 app_identity.make_get_access_token_call(rpc, scopes, service_account_id) 117 def __init__(self, scopes, service_account_id=None, token_maker=None, argument 133 self.service_account_id = service_account_id 144 'id': self.service_account_id, 153 service_account_id=state['id'], 205 key = '%s,%s' % (self.service_account_id, ','.join(self.scopes)) 212 self.scopes, self.service_account_id)
|
D | storage_api.py | 60 service_account_id=account_id,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_service_account.py | 43 self.service_account_id = '123' 48 self.credentials = _ServiceAccountCredentials(self.service_account_id, 83 self.credentials = _ServiceAccountCredentials(self.service_account_id,
|
D | test_appengine.py | 205 scope, service_account_id=account_id) 212 [scope], service_account_id=account_id)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
D | service_account.py | 40 def __init__(self, service_account_id, service_account_email, private_key_id, argument 48 self._service_account_id = service_account_id
|
D | appengine.py | 167 self.service_account_id = kwargs.get('service_account_id', None) 194 scopes, service_account_id=self.service_account_id)
|
D | client.py | 1355 service_account_id=client_credentials['client_id'],
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/ |
D | run_system_tests.py | 58 service_account_id=client_credentials['client_id'],
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_client.py | 454 service_account_id=data['_service_account_id'], 508 service_account_id=self._client_id,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
D | credentials_lib.py | 514 service_account_id=service_account_info['client_id'],
|