Class ParallelDownloadConfig
java.lang.Object
com.google.cloud.storage.transfermanager.ParallelDownloadConfig
Configuration for performing Parallel Downloads with
TransferManager.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull StringThe bucket objects are being downloaded from.@NonNull PathThe base directory in which all objects will be placed when downloaded.@NonNull List<Storage.BlobSourceOption>A list of common BlobSourceOptions that are used for each download request.@NonNull StringA common prefix removed from an object's name before being written to the filesystem.inthashCode()Builds an instance of ParallelDownloadConfig.toString()
-
Method Details
-
getStripPrefix
A common prefix removed from an object's name before being written to the filesystem. -
getDownloadDirectory
The base directory in which all objects will be placed when downloaded. -
getBucketName
The bucket objects are being downloaded from. -
getOptionsPerRequest
A list of common BlobSourceOptions that are used for each download request. Note this list of options will be applied to every single request. -
equals
-
hashCode
public int hashCode() -
toString
-
newBuilder
Builds an instance of ParallelDownloadConfig.- See Also:
-