Searched refs:_get_gcloud_sdk_credentials (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/google-auth-library-python/google/auth/ |
D | _default_async.py | 111 def _get_gcloud_sdk_credentials(quota_project_id=None): function 143 return _get_gcloud_sdk_credentials(quota_project_id=quota_project_id) 260 lambda: _get_gcloud_sdk_credentials(quota_project_id=quota_project_id),
|
D | _default.py | 180 def _get_gcloud_sdk_credentials(quota_project_id=None): function 223 return _get_gcloud_sdk_credentials(quota_project_id=quota_project_id) 458 lambda: _get_gcloud_sdk_credentials(quota_project_id=quota_project_id),
|
/aosp_15_r20/external/python/google-auth-library-python/tests_async/ |
D | test__default_async.py | 220 credentials, project_id = _default._get_gcloud_sdk_credentials( 238 credentials, project_id = _default._get_gcloud_sdk_credentials() 256 credentials, project_id = _default._get_gcloud_sdk_credentials() 271 credentials, project_id = _default._get_gcloud_sdk_credentials()
|
/aosp_15_r20/external/python/google-auth-library-python/tests/ |
D | test__default.py | 492 credentials, project_id = _default._get_gcloud_sdk_credentials( 508 credentials, project_id = _default._get_gcloud_sdk_credentials() 526 credentials, project_id = _default._get_gcloud_sdk_credentials() 541 credentials, project_id = _default._get_gcloud_sdk_credentials()
|