Uses of Class
com.google.cloud.storage.transfermanager.ParallelDownloadConfig.Builder
Packages that use ParallelDownloadConfig.Builder
-
Uses of ParallelDownloadConfig.Builder in com.google.cloud.storage.transfermanager
Methods in com.google.cloud.storage.transfermanager that return ParallelDownloadConfig.BuilderModifier and TypeMethodDescriptionParallelDownloadConfig.newBuilder()Builds an instance of ParallelDownloadConfig.ParallelDownloadConfig.Builder.setBucketName(String bucketName) Sets the bucketName that Transfer Manager will download from.ParallelDownloadConfig.Builder.setDownloadDirectory(Path downloadDirectory) Sets the base directory on the filesystem that all objects will be written to.ParallelDownloadConfig.Builder.setOptionsPerRequest(List<Storage.BlobSourceOption> optionsPerRequest) Sets the BlobSourceOptions that will be applied to each download request.ParallelDownloadConfig.Builder.setStripPrefix(String stripPrefix) Sets the value for stripPrefix.