Module: Google::Cloud::Tasks::V2::HttpMethod

Defined in:
lib/google/cloud/tasks/v2/doc/google/cloud/tasks/v2/target.rb

Overview

The HTTP method used to deliver 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
PATCH =

HTTP PATCH

6
OPTIONS =

HTTP OPTIONS

7