Cloud Scheduler V1 API - Module Google::Cloud::Scheduler::V1::HttpMethod (v1.3.0)
Reference documentation and code samples for the Cloud Scheduler V1 API module Google::Cloud::Scheduler::V1::HttpMethod.
The HTTP method used to execute the job.
Constants
HTTP_METHOD_UNSPECIFIED
value: 0
HTTP method unspecified. Defaults to POST.
POST
GET
HEAD
PUT
DELETE
PATCH
OPTIONS
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-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Cloud Scheduler V1 API - Module Google::Cloud::Scheduler::V1::HttpMethod (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-scheduler-v1/latest/Google-Cloud-Scheduler-V1-HttpMethod)\n- [1.2.1](/ruby/docs/reference/google-cloud-scheduler-v1/1.2.1/Google-Cloud-Scheduler-V1-HttpMethod)\n- [1.1.0](/ruby/docs/reference/google-cloud-scheduler-v1/1.1.0/Google-Cloud-Scheduler-V1-HttpMethod)\n- [1.0.1](/ruby/docs/reference/google-cloud-scheduler-v1/1.0.1/Google-Cloud-Scheduler-V1-HttpMethod)\n- [0.11.0](/ruby/docs/reference/google-cloud-scheduler-v1/0.11.0/Google-Cloud-Scheduler-V1-HttpMethod)\n- [0.10.2](/ruby/docs/reference/google-cloud-scheduler-v1/0.10.2/Google-Cloud-Scheduler-V1-HttpMethod)\n- [0.9.1](/ruby/docs/reference/google-cloud-scheduler-v1/0.9.1/Google-Cloud-Scheduler-V1-HttpMethod)\n- [0.8.1](/ruby/docs/reference/google-cloud-scheduler-v1/0.8.1/Google-Cloud-Scheduler-V1-HttpMethod)\n- [0.7.0](/ruby/docs/reference/google-cloud-scheduler-v1/0.7.0/Google-Cloud-Scheduler-V1-HttpMethod)\n- [0.6.0](/ruby/docs/reference/google-cloud-scheduler-v1/0.6.0/Google-Cloud-Scheduler-V1-HttpMethod)\n- [0.5.0](/ruby/docs/reference/google-cloud-scheduler-v1/0.5.0/Google-Cloud-Scheduler-V1-HttpMethod)\n- [0.4.5](/ruby/docs/reference/google-cloud-scheduler-v1/0.4.5/Google-Cloud-Scheduler-V1-HttpMethod) \nReference documentation and code samples for the Cloud Scheduler V1 API module Google::Cloud::Scheduler::V1::HttpMethod.\n\nThe HTTP method used to execute the job.\n\nConstants\n---------\n\n### HTTP_METHOD_UNSPECIFIED\n\n**value:** 0 \nHTTP method unspecified. Defaults to POST.\n\n### POST\n\n**value:** 1 \nHTTP POST\n\n### GET\n\n**value:** 2 \nHTTP GET\n\n### HEAD\n\n**value:** 3 \nHTTP HEAD\n\n### PUT\n\n**value:** 4 \nHTTP PUT\n\n### DELETE\n\n**value:** 5 \nHTTP DELETE\n\n### PATCH\n\n**value:** 6 \nHTTP PATCH\n\n### OPTIONS\n\n**value:** 7 \nHTTP OPTIONS"]]