Package | Description |
---|---|
com.google.cloud.storage.transfermanager |
Modifier and Type | Method and Description |
---|---|
static ParallelDownloadConfig.Builder |
ParallelDownloadConfig.newBuilder()
Builds an instance of ParallelDownloadConfig.
|
ParallelDownloadConfig.Builder |
ParallelDownloadConfig.Builder.setBucketName(String bucketName)
Sets the bucketName that Transfer Manager will download from.
|
ParallelDownloadConfig.Builder |
ParallelDownloadConfig.Builder.setDownloadDirectory(Path downloadDirectory)
Sets the base directory on the filesystem that all objects will be written to.
|
ParallelDownloadConfig.Builder |
ParallelDownloadConfig.Builder.setOptionsPerRequest(List<Storage.BlobSourceOption> optionsPerRequest)
Sets the BlobSourceOptions that will be applied to each download request.
|
ParallelDownloadConfig.Builder |
ParallelDownloadConfig.Builder.setStripPrefix(String stripPrefix)
Sets the value for stripPrefix.
|
Copyright © 2023 Google LLC. All rights reserved.