Home
last modified time | relevance | path

Searched refs:get_credentials (Results 1 – 17 of 17) sorted by relevance

/external/python/apitools/apitools/base/py/testing/
Dmock_test.py52 client = fusiontables.FusiontablesV1(get_credentials=False)
63 client = fusiontables.FusiontablesV1(get_credentials=False)
73 client = fusiontables.FusiontablesV1(get_credentials=False)
113 client = fusiontables.FusiontablesV1(get_credentials=False)
123 client = fusiontables.FusiontablesV1(get_credentials=False)
133 client = fusiontables.FusiontablesV1(get_credentials=False)
145 client = fusiontables.FusiontablesV1(get_credentials=False)
150 client = fusiontables.FusiontablesV1(get_credentials=False)
152 client = fusiontables.FusiontablesV1(get_credentials=False)
181 client = fusiontables.FusiontablesV1(get_credentials=False)
[all …]
Dmock.py324 real_client = client_class(get_credentials=False)
340 get_credentials=False)
/external/python/apitools/apitools/base/py/
Dlist_pager_test.py102 client = fusiontables.FusiontablesV1(get_credentials=False)
109 client = fusiontables.FusiontablesV1(get_credentials=False)
145 client = fusiontables.FusiontablesV1(get_credentials=False)
183 client = fusiontables.FusiontablesV1(get_credentials=False)
212 client = fusiontables.FusiontablesV1(get_credentials=False)
230 client = fusiontables.FusiontablesV1(get_credentials=False)
264 client = fusiontables.FusiontablesV1(get_credentials=False)
289 client = fusiontables.FusiontablesV1(get_credentials=False)
331 client = iam_client.IamV1(get_credentials=False)
357 client = iam_client.IamV1(get_credentials=False)
Dbase_api.py240 def __init__(self, url, credentials=None, get_credentials=True, http=None, argument
258 get_credentials = get_credentials and not _SkipGetCredentials()
259 if get_credentials and not credentials:
Dbase_api_test.py105 client = FakeClient('http://www.googleapis.com', get_credentials=False)
109 client = FakeClient('', get_credentials=False)
/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_client.py25 get_credentials=True, http=None, model=None, argument
33 get_credentials=get_credentials, http=http, model=model,
/external/curl/tests/http/testenv/
Dhttpd.py194 creds1 = self.env.get_credentials(domain1)
196 creds2 = self.env.get_credentials(domain2)
198 proxy_creds = self.env.get_credentials(proxy_domain)
Dnghttpx.py92 self.env.get_credentials(self.env.domain1).pkey_file,
93 self.env.get_credentials(self.env.domain1).cert_file,
Dcaddy.py145 creds1 = self.env.get_credentials(domain1)
Denv.py298 def get_credentials(self, domain) -> Optional[Credentials]: member in Env
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_client.py25 get_credentials=True, http=None, model=None, argument
33 get_credentials=get_credentials, http=http, model=model,
/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_client.py25 get_credentials=True, http=None, model=None, argument
33 get_credentials=get_credentials, http=http, model=model,
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_client.py25 get_credentials=True, http=None, model=None, argument
33 get_credentials=get_credentials, http=http, model=model,
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py25 get_credentials=True, http=None, model=None, argument
33 get_credentials=get_credentials, http=http, model=model,
/external/python/oauth2client/oauth2client/contrib/
Dappengine.py499 def get_credentials(self): member in OAuth2Decorator
509 credentials = property(get_credentials, set_credentials)
/external/pigweed/pw_software_update/py/pw_software_update/
Dremote_sign.py366 return auth_module.get_credentials() # type: ignore
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py25 get_credentials=True, http=None, model=None, argument
33 get_credentials=get_credentials, http=http, model=model,