Uses of Interface
com.google.cloud.storage.contrib.nio.CloudStorageOption.OpenCopy
Packages that use CloudStorageOption.OpenCopy
Package
Description
Java 7 nio FileSystem client library for Google Cloud Storage.
-
Uses of CloudStorageOption.OpenCopy in com.google.cloud.storage.contrib.nio
Methods in com.google.cloud.storage.contrib.nio that return CloudStorageOption.OpenCopyModifier and TypeMethodDescriptionstatic CloudStorageOption.OpenCopyCloudStorageOptions.withAcl(com.google.cloud.storage.Acl acl) Sets the ACL value on a Cloud Storage object.static CloudStorageOption.OpenCopyCloudStorageOptions.withBlockSize(int size) Sets the block size (in bytes) when talking to the Google Cloud Storage server.static CloudStorageOption.OpenCopyCloudStorageOptions.withCacheControl(String cacheControl) Sets theCache-ControlHTTP header on an object.static CloudStorageOption.OpenCopyCloudStorageOptions.withChannelReopen(int count) Sets the max number of times that the channel can be reopened if reading fails because the channel unexpectedly closes.static CloudStorageOption.OpenCopyCloudStorageOptions.withContentDisposition(String contentDisposition) Sets theContent-DispositionHTTP header on an object.static CloudStorageOption.OpenCopyCloudStorageOptions.withContentEncoding(String contentEncoding) Sets theContent-EncodingHTTP header on an object.static CloudStorageOption.OpenCopyCloudStorageOptions.withMimeType(String mimeType) Sets the mime type header on an object, e.g.static CloudStorageOption.OpenCopyCloudStorageOptions.withoutCaching()Disables caching on an object.static CloudStorageOption.OpenCopyCloudStorageOptions.withUserMetadata(String key, String value) Sets an unmodifiable piece of user metadata on a Cloud Storage object.