Uses of Enum
com.google.cloud.storage.Storage.UriScheme
Packages that use Storage.UriScheme
-
Uses of Storage.UriScheme in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.UriSchemeModifier and TypeMethodDescriptionstatic Storage.UriSchemeReturns 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.Methods in com.google.cloud.storage with parameters of type Storage.UriSchemeModifier and TypeMethodDescriptionstatic Storage.PostPolicyV4OptionStorage.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.SignUrlOptionStorage.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.