Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Ddiscovery.py365 def _fix_up_parameters(method_desc, root_desc, http_method): argument
388 parameters = method_desc.setdefault('parameters', {})
400 if http_method in HTTP_PAYLOAD_METHODS and 'request' in method_desc:
402 body.update(method_desc['request'])
408 def _fix_up_media_upload(method_desc, root_desc, path_url, parameters): argument
438 media_upload = method_desc.get('mediaUpload', {})
452 def _fix_up_method_description(method_desc, root_desc): argument
483 path_url = method_desc['path']
484 http_method = method_desc['httpMethod']
485 method_id = method_desc['id']
[all …]