Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static Storage.UriScheme |
Storage.UriScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Storage.UriScheme[] |
Storage.UriScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Storage.PostPolicyV4Option |
Storage.PostPolicyV4Option.withBucketBoundHostname(String bucketBoundHostname,
Storage.UriScheme uriScheme)
Use a bucket-bound hostname, which replaces the storage.googleapis.com host with the name of
a CNAME bucket, e.g.
|
static Storage.SignUrlOption |
Storage.SignUrlOption.withBucketBoundHostname(String bucketBoundHostname,
Storage.UriScheme uriScheme)
Use a bucket-bound hostname, which replaces the storage.googleapis.com host with the name of
a CNAME bucket, e.g.
|
Copyright © 2023 Google LLC. All rights reserved.