@BetaApi public final class ParallelDownloadConfig extends Object
TransferManager
.ParallelDownloadConfig.Builder
Modifier and Type | Class and Description |
---|---|
static class |
ParallelDownloadConfig.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NonNull String |
getBucketName()
The bucket objects are being downloaded from.
|
@NonNull Path |
getDownloadDirectory()
The base directory in which all objects will be placed when downloaded.
|
@NonNull List<Storage.BlobSourceOption> |
getOptionsPerRequest()
A list of common BlobSourceOptions that are used for each download request.
|
@NonNull String |
getStripPrefix()
A common prefix removed from an object's name before being written to the filesystem.
|
int |
hashCode() |
static ParallelDownloadConfig.Builder |
newBuilder()
Builds an instance of ParallelDownloadConfig.
|
String |
toString() |
@BetaApi public @NonNull String getStripPrefix()
@BetaApi public @NonNull Path getDownloadDirectory()
@BetaApi public @NonNull String getBucketName()
@BetaApi public @NonNull List<Storage.BlobSourceOption> getOptionsPerRequest()
@BetaApi public static ParallelDownloadConfig.Builder newBuilder()
ParallelDownloadConfig
Copyright © 2023 Google LLC. All rights reserved.