| Package | Description |
|---|---|
| com.google.cloud.storage |
A client to Google Cloud Storage.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
List<HttpMethod> |
Cors.methods()
Returns the HTTP methods supported by this CORS configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static Storage.SignUrlOption |
Storage.SignUrlOption.httpMethod(HttpMethod httpMethod)
The HTTP method to be used with the signed URL.
|
| Modifier and Type | Method and Description |
|---|---|
Cors.Builder |
Cors.Builder.methods(Iterable<HttpMethod> methods)
Sets the HTTP methods supported by this CORS configuration.
|
Copyright © 2016 Google. All rights reserved.