Package | Description |
---|---|
com.google.cloud.scheduler.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.forNumber(int value) |
HttpMethod |
HttpTarget.getHttpMethod()
Which HTTP method to use for the request.
|
HttpMethod |
HttpTarget.Builder.getHttpMethod()
Which HTTP method to use for the request.
|
HttpMethod |
AppEngineHttpTargetOrBuilder.getHttpMethod()
The HTTP method to use for the request.
|
HttpMethod |
AppEngineHttpTarget.getHttpMethod()
The HTTP method to use for the request.
|
HttpMethod |
AppEngineHttpTarget.Builder.getHttpMethod()
The HTTP method to use for the request.
|
HttpMethod |
HttpTargetOrBuilder.getHttpMethod()
Which 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 |
---|---|
HttpTarget.Builder |
HttpTarget.Builder.setHttpMethod(HttpMethod value)
Which HTTP method to use for the request.
|
AppEngineHttpTarget.Builder |
AppEngineHttpTarget.Builder.setHttpMethod(HttpMethod value)
The HTTP method to use for the request.
|
Copyright © 2022 Google LLC. All rights reserved.