Home
last modified time | relevance | path

Searched refs:discovery_url (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dutil.py282 def NormalizeDiscoveryUrl(discovery_url): argument
284 if discovery_url.startswith('http'):
285 return discovery_url
286 elif '.' not in discovery_url:
288 api_name, _, api_version = discovery_url.partition('.')
293 def FetchDiscoveryDoc(discovery_url, retries=5): argument
295 discovery_url = NormalizeDiscoveryUrl(discovery_url)
301 urllib_request.urlopen(discovery_url).read())
311 discovery_url, last_exception))
Dgen_client.py89 'infile', lambda i: not (i and FLAGS.discovery_url),
113 if FLAGS.discovery_url:
115 discovery_doc = util.FetchDiscoveryDoc(FLAGS.discovery_url)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/
Dgenerate_clients.sh3 gen_client --discovery_url=storage.v1 --overwrite --outdir=storage --root_package=. client
/external/chromium-trace/catapult/dashboard/dashboard/
Dutils.py264 discovery_url = ('https://chrome-infra-auth.appspot.com'
267 'auth', 'v1', discoveryServiceUrl=discovery_url,