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/ |
D | base_api_test.py | 93 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 …]
|
D | base_api.py | 382 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 …]
|
D | batch.py | 62 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)
|
D | util.py | 81 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:
|
D | batch_test.py | 48 self, method_config, request, global_params, upload_config): argument
|