Home
last modified time | relevance | path

Searched defs:quota_project_id (Results 1 – 25 of 31) sorted by relevance

12

/external/python/google-auth-library-python/google/auth/
D_default_async.py31 def load_credentials_from_file(filename, scopes=None, quota_project_id=None): argument
111 def _get_gcloud_sdk_credentials(quota_project_id=None): argument
131 def _get_explicit_environ_credentials(quota_project_id=None): argument
177 def default_async(scopes=None, request=None, quota_project_id=None): argument
D_default.py77 filename, scopes=None, default_scopes=None, quota_project_id=None, request=None argument
180 def _get_gcloud_sdk_credentials(quota_project_id=None): argument
203 def _get_explicit_environ_credentials(quota_project_id=None): argument
356 def default(scopes=None, request=None, quota_project_id=None, default_scopes=None): argument
Dimpersonated_credentials.py192 quota_project_id=None, argument
313 def with_quota_project(self, quota_project_id): argument
335 quota_project_id=None, argument
382 def with_quota_project(self, quota_project_id): argument
Dapp_engine.py94 quota_project_id=None, argument
160 def with_quota_project(self, quota_project_id): argument
Djwt.py363 quota_project_id=None, argument
511 def with_quota_project(self, quota_project_id): argument
599 quota_project_id=None, argument
740 def with_quota_project(self, quota_project_id): argument
Dexternal_account.py74 quota_project_id=None, argument
348 def with_quota_project(self, quota_project_id): argument
Dcredentials.py81 def quota_project_id(self): member in Credentials
140 def with_quota_project(self, quota_project_id): argument
Ddownscoped.py437 self, source_credentials, credential_access_boundary, quota_project_id=None argument
496 def with_quota_project(self, quota_project_id): argument
Didentity_pool.py62 quota_project_id=None, argument
Daws.py363 quota_project_id=None, argument
/external/python/google-auth-library-python/google/auth/compute_engine/
Dcredentials.py57 quota_project_id=None, argument
133 def with_quota_project(self, quota_project_id): argument
180 quota_project_id=None, argument
282 def with_quota_project(self, quota_project_id): argument
/external/python/google-auth-library-python/google/oauth2/
Dcredentials.py77 quota_project_id=None, argument
241 def with_quota_project(self, quota_project_id): argument
452 def __init__(self, account=None, quota_project_id=None): argument
470 def with_quota_project(self, quota_project_id): argument
Dservice_account.py133 quota_project_id=None, argument
352 def with_quota_project(self, quota_project_id): argument
510 quota_project_id=None, argument
620 def with_quota_project(self, quota_project_id): argument
/external/python/google-api-python-client/googleapiclient/
D_auth.py41 def credentials_from_file(filename, scopes=None, quota_project_id=None): argument
51 def default_credentials(scopes=None, quota_project_id=None): argument
/external/python/google-auth-library-python/tests/data/
Dauthorized_user_cloud_sdk_with_quota_project_id.json6 "quota_project_id": "quota_project_id" string
/external/python/google-auth-library-python/tests_async/
Dtest__default_async.py170 def test__get_explicit_environ_credentials(load, quota_project_id, monkeypatch): argument
199 get_gcloud_creds, get_adc_path, quota_project_id, monkeypatch argument
217 def test__get_gcloud_sdk_credentials(get_adc_path, load, quota_project_id): argument
Dtest_credentials_async.py27 def with_quota_project(self, quota_project_id): argument
/external/python/python-api-core/google/api_core/
Dclient_options.py81 quota_project_id=None, argument
Dgrpc_helpers.py193 quota_project_id=None, argument
268 quota_project_id=None, argument
/external/python/google-auth-library-python/tests/
Dtest_iam.py53 def with_quota_project(self, quota_project_id): argument
Dtest_credentials.py27 def with_quota_project(self, quota_project_id): argument
Dtest__default.py442 def test__get_explicit_environ_credentials(load, quota_project_id, monkeypatch): argument
471 get_gcloud_creds, get_adc_path, quota_project_id, monkeypatch argument
489 def test__get_gcloud_sdk_credentials(get_adc_path, load, quota_project_id): argument
Dtest_external_account.py79 quota_project_id=None, argument
165 quota_project_id=None, argument
188 quota_project_id=None, argument
Dtest_identity_pool.py161 quota_project_id=None, argument
267 quota_project_id=None, argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.h46 std::string quota_project_id; member

12