Cloud Scheduler V1 Client - Class HttpMethod (2.0.5)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1
Methods
static::name
Parameter |
Name |
Description |
value |
mixed
|
static::value
Parameter |
Name |
Description |
name |
mixed
|
Constants
HTTP_METHOD_UNSPECIFIED
HTTP method unspecified. Defaults to POST.
Generated from protobuf enum HTTP_METHOD_UNSPECIFIED = 0;
POST
HTTP POST
Generated from protobuf enum POST = 1;
GET
HTTP GET
Generated from protobuf enum GET = 2;
HEAD
HTTP HEAD
Generated from protobuf enum HEAD = 3;
PUT
HTTP PUT
Generated from protobuf enum PUT = 4;
DELETE
HTTP DELETE
Generated from protobuf enum DELETE = 5;
PATCH
HTTP PATCH
Generated from protobuf enum PATCH = 6;
OPTIONS
HTTP OPTIONS
Generated from protobuf enum OPTIONS = 7;
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 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Scheduler V1 Client - Class HttpMethod (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-scheduler/latest/V1.HttpMethod)\n- [2.0.4](/php/docs/reference/cloud-scheduler/2.0.4/V1.HttpMethod)\n- [1.10.5](/php/docs/reference/cloud-scheduler/1.10.5/V1.HttpMethod)\n- [1.9.4](/php/docs/reference/cloud-scheduler/1.9.4/V1.HttpMethod)\n- [1.8.3](/php/docs/reference/cloud-scheduler/1.8.3/V1.HttpMethod)\n- [1.7.1](/php/docs/reference/cloud-scheduler/1.7.1/V1.HttpMethod)\n- [1.6.8](/php/docs/reference/cloud-scheduler/1.6.8/V1.HttpMethod) \nReference documentation and code samples for the Cloud Scheduler V1 Client class HttpMethod.\n\nThe HTTP method used to execute the job.\n\nProtobuf type `google.cloud.scheduler.v1.HttpMethod`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Scheduler \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### HTTP_METHOD_UNSPECIFIED\n\n Value: 0\n\nHTTP method unspecified. Defaults to POST.\n\nGenerated from protobuf enum `HTTP_METHOD_UNSPECIFIED = 0;`\n\n### POST\n\n Value: 1\n\nHTTP POST\n\nGenerated from protobuf enum `POST = 1;`\n\n### GET\n\n Value: 2\n\nHTTP GET\n\nGenerated from protobuf enum `GET = 2;`\n\n### HEAD\n\n Value: 3\n\nHTTP HEAD\n\nGenerated from protobuf enum `HEAD = 3;`\n\n### PUT\n\n Value: 4\n\nHTTP PUT\n\nGenerated from protobuf enum `PUT = 4;`\n\n### DELETE\n\n Value: 5\n\nHTTP DELETE\n\nGenerated from protobuf enum `DELETE = 5;`\n\n### PATCH\n\n Value: 6\n\nHTTP PATCH\n\nGenerated from protobuf enum `PATCH = 6;`\n\n### OPTIONS\n\n Value: 7\n\nHTTP OPTIONS\n\nGenerated from protobuf enum `OPTIONS = 7;`"]]