Home
last modified time | relevance | path

Searched refs:build_from_document (Results 1 – 9 of 9) sorted by relevance

/external/python/google-api-python-client/tests/
Dtest_discovery.py51 from googleapiclient.discovery import build_from_document
443 plus = build_from_document(
454 plus = build_from_document(
466 plus = build_from_document(
473 plus = build_from_document(
492 plus = build_from_document(
503 plus = build_from_document(
510 plus = build_from_document(
863 service = build_from_document(discovery, credentials=credentials)
869 service = build_from_document(discovery, credentials=credentials)
[all …]
/external/python/google-api-python-client/googleapiclient/
Dsample_tools.py107 service = discovery.build_from_document(
Ddiscovery.py223 return build_from_document(
298 def build_from_document( function
/external/python/google-api-python-client/
Ddescribe.py38 from googleapiclient.discovery import build_from_document
409 service = build_from_document(discovery)
DCHANGELOG235 - The credentials argument to discovery.build and discovery.build_from_document
237 - discovery.build and discovery.build_from_document now unambiguously use the
241 discovery.build_from_document are now mutually exclusive, eliminating a
244 discovery.build_from_document, then Application Default Credentials will
394 Allow deserialized discovery docs to be passed to build_from_document().
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dapi.py158 api = discovery.build_from_document(f.read())
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt65 googleapiclient.discovery.build_from_document googleapiclient.discovery-module.html#build_from_docu…
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py1994 compute = googleapiclient.discovery.build_from_document(
1998 alpha_compute = googleapiclient.discovery.build_from_document(
/external/python/oauth2client/
DCHANGELOG.md314 * Allow deserialized discovery docs to be passed to `build_from_document()`.