Reference documentation and code samples for the Cloud Scheduler V1 Client class HttpMethod.
The HTTP method used to execute the job.
Protobuf type google.cloud.scheduler.v1.HttpMethod
Namespace
Google \ Cloud \ Scheduler \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
HTTP_METHOD_UNSPECIFIED
Value: 0HTTP method unspecified. Defaults to POST.
Generated from protobuf enum HTTP_METHOD_UNSPECIFIED = 0;
POST
Value: 1HTTP POST
Generated from protobuf enum POST = 1;
GET
Value: 2HTTP GET
Generated from protobuf enum GET = 2;
HEAD
Value: 3HTTP HEAD
Generated from protobuf enum HEAD = 3;
PUT
Value: 4HTTP PUT
Generated from protobuf enum PUT = 4;
DELETE
Value: 5HTTP DELETE
Generated from protobuf enum DELETE = 5;
PATCH
Value: 6HTTP PATCH
Generated from protobuf enum PATCH = 6;
OPTIONS
Value: 7HTTP OPTIONS
Generated from protobuf enum OPTIONS = 7;