Class HttpMethod (2.13.5)

HttpMethod(value)

The HTTP method used to execute the job.

Enums

Name Description
HTTP_METHOD_UNSPECIFIED HTTP method unspecified. Defaults to POST.
POST HTTP POST
GET HTTP GET
HEAD HTTP HEAD
PUT HTTP PUT
DELETE HTTP DELETE
PATCH HTTP PATCH
OPTIONS HTTP OPTIONS