The HTTP method used to execute the task.
Constants
HTTP_METHOD_UNSPECIFIED
value: 0
HTTP method unspecified
POST
value: 1
HTTP POST
GET
value: 2
HTTP GET
HEAD
value: 3
HTTP HEAD
PUT
value: 4
HTTP PUT
DELETE
value: 5
HTTP DELETE
The HTTP method used to execute the task.
value: 0
HTTP method unspecified
value: 1
HTTP POST
value: 2
HTTP GET
value: 3
HTTP HEAD
value: 4
HTTP PUT
value: 5
HTTP DELETE
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-18 UTC.