Home
last modified time | relevance | path

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

/external/python/oauth2client/samples/
Dcall_compute_service.py16 credentials = GoogleCredentials.get_application_default()
/external/python/oauth2client/samples/googleappengine/
Dcall_compute_service_from_gae.py15 credentials = GoogleCredentials.get_application_default()
/external/python/oauth2client/scripts/
Drun_gce_system_tests.py30 default_creds = GoogleCredentials.get_application_default()
/external/grpc-grpc/src/ruby/pb/test/
Dclient.rb123 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)
130 auth_creds = Google::Auth.get_application_default(opts.oauth_scope)
139 auth_creds = Google::Auth.get_application_default
355 auth_creds = Google::Auth.get_application_default(@args.oauth_scope)
/external/python/google-api-python-client/googleapiclient/
D_auth.py47 return oauth2client.client.GoogleCredentials.get_application_default()
/external/perfetto/infra/ci/
Dcommon_utils.py74 creds = GoogleCredentials.get_application_default().create_scoped(SCOPES)
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
Dgce_cluster_resolver.py117 self._credentials = GoogleCredentials.get_application_default()
/external/grpc-grpc/tools/gcp/utils/
Dbig_query_utils.py33 creds = GoogleCredentials.get_application_default()
/external/rust/crates/grpcio-sys/grpc/tools/gcp/utils/
Dbig_query_utils.py35 creds = GoogleCredentials.get_application_default()
/external/protobuf/benchmarks/util/
Dbig_query_utils.py21 creds = GoogleCredentials.get_application_default()
/external/perfetto/infra/ci/worker/
Dartifacts_uploader.py47 creds = GoogleCredentials.get_application_default().create_scoped(scopes)
/external/grpc-grpc/examples/ruby/pubsub/
Dpubsub_demo.rb49 auth_creds = Google::Auth.get_application_default
/external/oss-fuzz/infra/build/functions/
Dbuild_project.py413 credentials = GoogleCredentials.get_application_default()
/external/tensorflow/tensorflow/python/tpu/client/
Dclient.py241 credentials = client.GoogleCredentials.get_application_default()
/external/python/oauth2client/tests/
Dtest_client.py319 credentials = client.GoogleCredentials.get_application_default()
337 credentials = client.GoogleCredentials.get_application_default()
620 credentials = client.GoogleCredentials.get_application_default()
644 credentials = client.GoogleCredentials.get_application_default()
665 client.GoogleCredentials.get_application_default()
691 client.GoogleCredentials.get_application_default()
717 result = client.GoogleCredentials.get_application_default()
/external/python/oauth2client/oauth2client/
Dclient.py1281 def get_application_default(): member in GoogleCredentials
/external/python/oauth2client/
DCHANGELOG.md101 credentials = GoogleCredentials.get_application_default()