Home
last modified time | relevance | path

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/
Dtest_cloudtrail.py53 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/
Dlayer1.py74 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/
Doutput_writers.py618 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):
Dinput_readers.py2426 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/
Dcloudstorage_api.py82 account_id=_account_id)
112 account_id=_account_id)
138 account_id=_account_id)
262 account_id=_account_id)
Dstorage_api.py43 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.py233 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/
Dlayer1.py168 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/
Dtest_appengine.py199 account_id = "service_account_name_2@appspot.com"
205 scope, service_account_id=account_id)
212 [scope], service_account_id=account_id)