Module: Google::Cloud::Scheduler::V1beta1::HttpMethod
- Defined in:
- proto_docs/google/cloud/scheduler/v1beta1/target.rb
Overview
The HTTP method used to execute the job.
Constant Summary collapse
- HTTP_METHOD_UNSPECIFIED =
HTTP method unspecified. Defaults to POST.
0
- POST =
HTTP POST
1
- GET =
HTTP GET
2
- HEAD =
HTTP HEAD
3
- PUT =
HTTP PUT
4
- DELETE =
HTTP DELETE
5
- PATCH =
HTTP PATCH
6
- OPTIONS =
HTTP OPTIONS
7