Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dbase_api_test.py93 method_config = base_api.ApiMethodInfo(
101 method_config, http_response))
105 service.ProcessHttpResponse(method_config, http_response))
123 method_config = base_api.ApiMethodInfo(
128 http_request = service.PrepareHttpRequest(method_config, request)
134 method_config = base_api.ApiMethodInfo(
141 http_request = service.PrepareHttpRequest(method_config, request,
149 http_request = service.PrepareHttpRequest(method_config, request,
155 method_config = base_api.ApiMethodInfo(
162 http_request = service.PrepareHttpRequest(method_config, request,
[all …]
Dbase_api.py382 def ProcessRequest(self, method_config, request): argument
386 'Calling method %s with %s: %s', method_config.method_id,
387 method_config.request_type_name, request)
406 def ProcessResponse(self, method_config, response): argument
409 method_config.response_type_name, response)
460 method_config = self.GetMethodConfig(method)
462 method_config.request_type_name)
465 method_config = self.GetMethodConfig(method)
467 method_config.response_type_name)
533 def __ConstructRelativePath(self, method_config, request, argument
[all …]
Dbatch.py62 def __init__(self, request, retryable_codes, service, method_config): argument
77 self.__method_config = method_config
154 method_config = service.GetMethodConfig(method)
159 method_config, request, global_params=global_params,
164 http_request, self.retryable_codes, service, method_config)
Dutil.py81 def ExpandRelativePath(method_config, params, relative_path=None): argument
83 path = relative_path or method_config.relative_path or ''
85 for param in method_config.path_params:
Dbatch_test.py48 self, method_config, request, global_params, upload_config): argument