Package | Description |
---|---|
com.google.cloud.tasks.v2 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.forNumber(int value) |
HttpMethod |
HttpRequestOrBuilder.getHttpMethod()
The HTTP method to use for the request.
|
HttpMethod |
AppEngineHttpRequest.getHttpMethod()
The HTTP method to use for the request.
|
HttpMethod |
AppEngineHttpRequest.Builder.getHttpMethod()
The HTTP method to use for the request.
|
HttpMethod |
AppEngineHttpRequestOrBuilder.getHttpMethod()
The HTTP method to use for the request.
|
HttpMethod |
HttpRequest.getHttpMethod()
The HTTP method to use for the request.
|
HttpMethod |
HttpRequest.Builder.getHttpMethod()
The HTTP method to use for the request.
|
static HttpMethod |
HttpMethod.valueOf(Descriptors.EnumValueDescriptor desc) |
static HttpMethod |
HttpMethod.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<HttpMethod> |
HttpMethod.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
AppEngineHttpRequest.Builder |
AppEngineHttpRequest.Builder.setHttpMethod(HttpMethod value)
The HTTP method to use for the request.
|
HttpRequest.Builder |
HttpRequest.Builder.setHttpMethod(HttpMethod value)
The HTTP method to use for the request.
|
Copyright © 2022 Google LLC. All rights reserved.