Home
last modified time | relevance | path

Searched refs:http_method (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_client.py71 http_method=u'DELETE',
97 http_method=u'GET',
123 http_method=u'POST',
149 http_method=u'GET',
175 http_method=u'PATCH',
201 http_method=u'PUT',
237 http_method=u'DELETE',
263 http_method=u'GET',
289 http_method=u'GET',
315 http_method=u'POST',
[all …]
/aosp_15_r20/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_client.py70 http_method=u'DELETE',
96 http_method=u'GET',
122 http_method=u'POST',
148 http_method=u'GET',
174 http_method=u'PATCH',
200 http_method=u'PUT',
239 http_method=u'POST',
268 http_method=u'GET',
304 http_method=u'DELETE',
330 http_method=u'GET',
[all …]
/aosp_15_r20/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
Dservicemanagement_v1_client.py73 http_method=u'GET',
116 http_method=u'POST',
154 http_method=u'POST',
181 http_method=u'GET',
208 http_method=u'GET',
240 http_method=u'POST',
277 http_method=u'GET',
307 http_method=u'PATCH',
344 http_method=u'GET',
374 http_method=u'PATCH',
[all …]
/aosp_15_r20/external/python/apitools/samples/bigquery_sample/bigquery_v2/
Dbigquery_v2_client.py69 http_method=u'DELETE',
95 http_method=u'GET',
121 http_method=u'POST',
147 http_method=u'GET',
173 http_method=u'PATCH',
199 http_method=u'PUT',
243 http_method=u'POST',
269 http_method=u'GET',
295 http_method=u'GET',
325 http_method=u'POST',
[all …]
/aosp_15_r20/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_client.py70 http_method=u'POST',
108 http_method=u'POST',
135 http_method=u'DELETE',
163 http_method=u'GET',
190 http_method=u'GET',
228 http_method=u'POST',
255 http_method=u'DELETE',
282 http_method=u'GET',
309 http_method=u'POST',
336 http_method=u'GET',
[all …]
/aosp_15_r20/external/python/apitools/samples/dns_sample/dns_v1/
Ddns_v1_client.py68 http_method=u'POST',
94 http_method=u'GET',
120 http_method=u'GET',
156 http_method=u'POST',
182 http_method=u'DELETE',
208 http_method=u'GET',
234 http_method=u'GET',
270 http_method=u'GET',
306 http_method=u'GET',
/aosp_15_r20/external/federated-compute/fcp/demo/
H A Dhttp_actions.py95 http_method = _HttpMethod[pattern_kind.upper()]
130 _HttpActionData(method=http_method, path=path, handler=handler))
157 http_method = _HttpMethod[method.upper()]
172 _HttpActionData(method=http_method, path=path, handler=handler))
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dhttp_wrapper.py123 def __init__(self, url='', http_method='GET', headers=None, body=''): argument
125 self.http_method = http_method
398 str(http_request.url), method=str(http_request.http_method),
Dbase_api.py108 http_method = messages.StringField(4) variable in ApiMethodInfo
421 http_request.http_method, http_request.url)
588 if (http_request.http_method == 'GET' and
590 http_request.http_method = 'POST'
667 http_method=method_config.http_method)
Dbatch_test.py94 self.assertEqual(expected_request.http_method, request.http_method)
491 self.assertEqual('GET', value.request.http_method)
/aosp_15_r20/external/cronet/net/cert_net/
H A Dcert_net_fetcher_url_request.cc298 HttpMethod http_method = HTTP_METHOD_GET; member
311 return std::tie(url, http_method, max_response_bytes, timeout) < in operator <()
312 std::tie(other.url, other.http_method, other.max_response_bytes, in operator <()
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
H A Ddiscovery.py438 def _fix_up_parameters(method_desc, root_desc, http_method): argument
473 if http_method in HTTP_PAYLOAD_METHODS and 'request' in method_desc:
557 http_method = method_desc['httpMethod']
560 parameters = _fix_up_parameters(method_desc, root_desc, http_method)
567 return path_url, http_method, method_id, accept, max_size, media_path_url
/aosp_15_r20/external/googleapis/google/cloud/scheduler/v1/
H A Dtarget.proto32 // [http_method][google.cloud.scheduler.v1.HttpTarget.http_method] such as HTTP
47 HttpMethod http_method = 2; field
105 // [http_method][google.cloud.scheduler.v1.AppEngineHttpTarget.http_method] such
116 HttpMethod http_method = 1; field
/aosp_15_r20/external/googleapis/google/cloud/scheduler/v1beta1/
H A Dtarget.proto32 // [http_method][google.cloud.scheduler.v1beta1.HttpTarget.http_method] such as
47 HttpMethod http_method = 2; field
105 // [http_method][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.http_method]
115 HttpMethod http_method = 1; field
/aosp_15_r20/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1/src/main/proto/google/cloud/scheduler/v1/
H A Dtarget.proto32 // [http_method][google.cloud.scheduler.v1.HttpTarget.http_method] such as HTTP
47 HttpMethod http_method = 2; field
105 // [http_method][google.cloud.scheduler.v1.AppEngineHttpTarget.http_method] such
116 HttpMethod http_method = 1; field
/aosp_15_r20/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/
H A Dtarget.proto32 // [http_method][google.cloud.scheduler.v1beta1.HttpTarget.http_method] such as
47 HttpMethod http_method = 2; field
105 // [http_method][google.cloud.scheduler.v1beta1.AppEngineHttpTarget.http_method]
115 HttpMethod http_method = 1; field
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py752 def _fix_up_parameters(method_desc, root_desc, http_method, schema): argument
788 if http_method in HTTP_PAYLOAD_METHODS and "request" in method_desc:
870 http_method = method_desc["httpMethod"]
873 parameters = _fix_up_parameters(method_desc, root_desc, http_method, schema)
881 return path_url, http_method, method_id, accept, max_size, media_path_url
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_util.cc685 const std::string& http_method, in ComputeSameSiteContextForRequest() argument
729 if (!net::HttpUtil::IsMethodSafe(http_method)) { in ComputeSameSiteContextForRequest()
737 HttpMethodStringToEnum(http_method); in ComputeSameSiteContextForRequest()
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc217 const wstring& http_method, in SendRequestInner() argument
276 http_method.c_str(), in SendRequestInner()
/aosp_15_r20/external/python/google-api-python-client/tests/
Dtest_discovery.py159 def _base_fix_up_parameters_test(self, method_desc, http_method, root_desc, schema): argument
160 self.assertEqual(method_desc["httpMethod"], http_method)
166 method_desc_copy, root_desc, http_method, schema
355 http_method = "GET"
361 result, (path_url, http_method, method_id, accept, max_size, media_path_url)
369 http_method = "POST"
375 result, (path_url, http_method, method_id, accept, max_size, media_path_url)
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta3/
H A Dtarget.proto169 // [HttpRequest][google.cloud.tasks.v2beta3.HttpTarget.http_method] for the
172 HttpMethod http_method = 2; field
278 HttpMethod http_method = 2; field
316 // [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST,
446 // HTTP requests with this http_method, otherwise the task attempt fails with
451 HttpMethod http_method = 1; field
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta2/
H A Dtarget.proto163 // HTTP requests with this http_method, otherwise the task attempt fails with
168 HttpMethod http_method = 1; field
400 HttpMethod http_method = 2; field
439 // [HTTP method][google.cloud.tasks.v2beta2.HttpRequest.http_method] is POST,
591 // [HttpRequest][google.cloud.tasks.v2beta2.HttpTarget.http_method] for the
594 HttpMethod http_method = 2; field
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/
H A Dtarget.proto93 HttpMethod http_method = 2; field
128 // [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST,
258 // HTTP requests with this http_method, otherwise the task attempt fails with
263 HttpMethod http_method = 1; field
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2/src/main/proto/google/cloud/tasks/v2/
H A Dtarget.proto71 HttpMethod http_method = 2; field
106 // [HTTP method][google.cloud.tasks.v2.HttpRequest.http_method] is POST, PUT,
205 // HTTP requests with this http_method, otherwise the task attempt will fail
213 HttpMethod http_method = 1; field
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2/
H A Dtarget.proto70 HttpMethod http_method = 2; field
105 // [HTTP method][google.cloud.tasks.v2.HttpRequest.http_method] is POST, PUT,
205 // HTTP requests with this http_method, otherwise the task attempt fails with
210 HttpMethod http_method = 1; field

123