Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Field and Description |
---|---|
static HttpRequest.RequestMethod |
HttpRequest.RequestMethod.GET |
static HttpRequest.RequestMethod |
HttpRequest.RequestMethod.HEAD |
static HttpRequest.RequestMethod |
HttpRequest.RequestMethod.POST |
static HttpRequest.RequestMethod |
HttpRequest.RequestMethod.PUT |
Modifier and Type | Method and Description |
---|---|
HttpRequest.RequestMethod |
HttpRequest.getRequestMethod()
Returns the HTTP request method.
|
static HttpRequest.RequestMethod |
HttpRequest.RequestMethod.valueOf(String constant)
Get the RequestMethod for the given String constant, and allow unrecognized values.
|
static HttpRequest.RequestMethod |
HttpRequest.RequestMethod.valueOfStrict(String constant)
Get the RequestMethod for the given String constant, and throw an exception if the constant
is not recognized.
|
static HttpRequest.RequestMethod[] |
HttpRequest.RequestMethod.values()
Return the known values for RequestMethod.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest.Builder |
HttpRequest.Builder.setRequestMethod(HttpRequest.RequestMethod requestMethod)
Sets the HTTP request method.
|
Copyright © 2019 Google LLC. All rights reserved.