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