| Package | Description |
|---|---|
| com.google.cloud.logging |
A client to Stackdriver Logging.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest.RequestMethod |
HttpRequest.requestMethod()
Returns the HTTP request method.
|
static HttpRequest.RequestMethod |
HttpRequest.RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRequest.RequestMethod[] |
HttpRequest.RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest.Builder |
HttpRequest.Builder.requestMethod(HttpRequest.RequestMethod requestMethod)
Sets the HTTP request method.
|
Copyright © 2016 Google. All rights reserved.