Searched refs:account_id (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudtrail/ |
D | test_cloudtrail.py | 53 account_id = response['get_user_response']['get_user_result'] \ 60 .replace('<CustomerAccountID>', account_id)\
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/ |
D | layer1.py | 74 account_id='-', is_secure=True, port=None, argument 90 self.account_id = account_id 109 uri = '/%s/%s' % (self.account_id, resource)
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | output_writers.py | 618 account_id = cls._get_tmp_account_id(writer_spec) 621 account_id = cls._get_account_id(writer_spec) 633 options=options, _account_id=account_id) 932 account_id = self._get_tmp_account_id(writer_spec) 934 cloudstorage_api.delete(filename, _account_id=account_id) 944 account_id = self._get_tmp_account_id(writer_spec) 945 f = cloudstorage_api.open(tmpfile, _account_id=account_id) 1028 account_id = self._get_tmp_account_id(writer_spec) 1030 _account_id=account_id):
|
D | input_readers.py | 2426 account_id = reader_spec.get(cls._ACCOUNT_ID_PARAM) 2437 _account_id=account_id)]) 2447 shard_filenames, buffer_size=buffer_size, _account_id=account_id,
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | cloudstorage_api.py | 82 account_id=_account_id) 112 account_id=_account_id) 138 account_id=_account_id) 262 account_id=_account_id)
|
D | storage_api.py | 43 def _get_storage_api(retry_params, account_id=None): argument 60 service_account_id=account_id,
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/ |
D | _gcs.py | 233 account_id = reader_params.get(cls._ACCOUNT_ID_PARAM) 244 _account_id=account_id)]) 254 shard_filenames, buffer_size=buffer_size, _account_id=account_id,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/ |
D | layer1.py | 168 def get_id(self, account_id, identity_pool_id, logins=None): argument 190 'AccountId': account_id,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_appengine.py | 199 account_id = "service_account_name_2@appspot.com" 205 scope, service_account_id=account_id) 212 [scope], service_account_id=account_id)
|