Searched refs:cache_discovery (Results 1 – 12 of 12) sorted by relevance
/external/python/google-api-python-client/googleapiclient/ |
D | discovery.py | 177 cache_discovery=True, argument 221 requested_url, discovery_http, cache_discovery, cache, developerKey 241 def _retrieve_discovery_doc(url, http, cache_discovery, cache=None, developerKey=None): argument 255 if cache_discovery: 292 if cache_discovery and cache:
|
/external/oss-fuzz/infra/build/functions/ |
D | base_images.py | 85 cache_discovery=False)
|
D | request_build.py | 90 cache_discovery=False)
|
D | build_lib.py | 120 cache_discovery=False)
|
D | update_build_status.py | 131 cache_discovery=False)
|
D | build_project.py | 417 cache_discovery=False)
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/ |
D | api.py | 141 cache_discovery=False, 151 cache_discovery=False,
|
/external/tensorflow/tensorflow/python/tpu/client/ |
D | client.py | 249 cache_discovery=False) 252 'tpu', 'v1', credentials=credentials, cache_discovery=False)
|
/external/grpc-grpc/tools/gcp/utils/ |
D | big_query_utils.py | 35 'bigquery', 'v2', credentials=creds, cache_discovery=False)
|
/external/rust/crates/grpcio-sys/grpc/tools/gcp/utils/ |
D | big_query_utils.py | 39 cache_discovery=False)
|
/external/protobuf/benchmarks/util/ |
D | big_query_utils.py | 23 'bigquery', 'v2', credentials=creds, cache_discovery=False)
|
/external/python/google-api-python-client/tests/ |
D | test_discovery.py | 417 plus = build("plus", "v1", http=self.http, cache_discovery=False) 430 plus = build("plus", "v1", http=http, cache_discovery=False) 588 zoo = build("zoo", "v1", http=http, cache_discovery=False) 847 zoo = build("zoo", "v1", http=http, cache_discovery=False)
|