Home
last modified time | relevance | path

Searched refs:discovery_file (Results 1 – 2 of 2) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
Dsample_tools.py106 with open(discovery_filename) as discovery_file:
108 discovery_file.read(), base="https://www.googleapis.com/", http=http
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dapi.py156 def _build_from_file(self, discovery_file): argument
157 with open(discovery_file, 'r') as f: