Module: Google::Cloud::Tasks::V2beta2::HttpMethod
- Defined in:
- lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/target.rb
Overview
The HTTP method used to execute the task.
Constant Summary collapse
- HTTP_METHOD_UNSPECIFIED =
HTTP method unspecified
0
- POST =
HTTP Post
1
- GET =
HTTP Get
2
- HEAD =
HTTP Head
3
- PUT =
HTTP Put
4
- DELETE =
HTTP Delete
5