public enum HttpMethodReference documentation and code samples for the Google Cloud Scheduler v1 API enum HttpMethod.
The HTTP method used to execute the job.
Namespace
Google.Cloud.Scheduler.V1Assembly
Google.Cloud.Scheduler.V1.dll
Fields |
|
|---|---|
| Name | Description |
Delete |
HTTP DELETE |
Get |
HTTP GET |
Head |
HTTP HEAD |
Options |
HTTP OPTIONS |
Patch |
HTTP PATCH |
Post |
HTTP POST |
Put |
HTTP PUT |
Unspecified |
HTTP method unspecified. Defaults to POST. |