Searched refs:cache_discovery (Results 1 – 3 of 3) sorted by relevance
/external/python/google-api-python-client/googleapiclient/ |
D | discovery.py | 178 cache_discovery=True, argument 224 requested_url, discovery_http, cache_discovery, cache, developerKey) 238 def _retrieve_discovery_doc(url, http, cache_discovery, cache=None, argument 253 if cache_discovery: 289 if cache_discovery and cache:
|
/external/grpc-grpc/tools/gcp/utils/ |
D | big_query_utils.py | 35 'bigquery', 'v2', credentials=creds, cache_discovery=False)
|
/external/python/google-api-python-client/tests/ |
D | test_discovery.py | 383 plus = build('plus', 'v1', http=self.http, cache_discovery=False) 394 plus = build('plus', 'v1', http=http, cache_discovery=False) 527 zoo = build('zoo', 'v1', http=http, cache_discovery=False) 763 zoo = build('zoo', 'v1', http=http, cache_discovery=False)
|