Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Field and Description |
---|---|
static HttpMethod |
HttpMethod.DELETE |
static HttpMethod |
HttpMethod.GET |
static HttpMethod |
HttpMethod.HEAD |
static HttpMethod |
HttpMethod.OPTIONS |
static HttpMethod |
HttpMethod.POST |
static HttpMethod |
HttpMethod.PUT |
Modifier and Type | Method and Description |
---|---|
HttpMethod |
SignatureInfo.getHttpVerb() |
static HttpMethod |
HttpMethod.valueOf(String constant)
Get the HttpMethod for the given String constant, and allow unrecognized values.
|
static HttpMethod |
HttpMethod.valueOfStrict(String constant)
Get the HttpMethod for the given String constant, and throw an exception if the constant is not
recognized.
|
static HttpMethod[] |
HttpMethod.values()
Return the known values for HttpMethod.
|
Modifier and Type | Method and Description |
---|---|
List<HttpMethod> |
Cors.getMethods()
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.setMethods(Iterable<HttpMethod> methods)
Sets the HTTP methods supported by this CORS configuration.
|
Constructor and Description |
---|
Builder(HttpMethod httpVerb,
long expiration,
URI canonicalizedResource)
Constructs builder.
|
Copyright © 2019 Google LLC. All rights reserved.