Home
last modified time | relevance | path

Searched refs:service_account_name (Results 1 – 4 of 4) sorted by relevance

/external/python/apitools/apitools/base/py/
Dcredentials_lib_test.py31 def __init__(self, scopes=None, service_account_name=None): argument
33 self._sa = service_account_name or 'default'
49 self, service_account_name=None, scopes=None, cache_filename=None): argument
51 if service_account_name is not None:
52 kwargs['service_account_name'] = service_account_name
55 service_account_name = service_account_name or 'default'
61 def _GetServiceCreds(self, service_account_name=None, scopes=None): argument
62 metadatamock = MetadataMock(scopes, service_account_name)
70 service_account_name=service_account_name,
77 self._GetServiceCreds(service_account_name=None,
[all …]
Dcredentials_lib.py193 service_account_name, private_key_filename, scopes, user_agent): argument
201 service_account_name, private_key_filename, scopes=scopes))
209 service_account_name, key_file.read(), scopes,
238 def __init__(self, scopes=None, service_account_name='default', **kwds): argument
255 service_account_name,
718 client_info, service_account_name=None, service_account_keyfile=None, argument
728 if ((service_account_name and not service_account_keyfile) or
729 (service_account_keyfile and not service_account_name)):
732 if service_account_name is not None:
734 service_account_name, service_account_keyfile, scopes, user_agent)
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/
Dserver_app.py136 service_account_name=None, argument
154 self.service_account_name = service_account_name or deployment_name
220 service_account_name=self.service_account_name,
230 service_account_name=self.service_account_name,
278 self._delete_service_account(self.service_account_name)
Dclient_app.py193 service_account_name=None, argument
207 self.service_account_name = service_account_name or deployment_name
234 service_account_name=self.service_account_name,
244 service_account_name=self.service_account_name,
283 self._delete_service_account(self.service_account_name)