Home
last modified time | relevance | path

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.py111 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.py180 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/
Dtest__default_async.py220 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/
Dtest__default.py492 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()