Home
last modified time | relevance | path

Searched refs:cache_discovery (Results 1 – 3 of 3) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py178 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/
Dbig_query_utils.py35 'bigquery', 'v2', credentials=creds, cache_discovery=False)
/external/python/google-api-python-client/tests/
Dtest_discovery.py383 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)