Package | Description |
---|---|
com.google.cloud.storage.transfermanager |
Modifier and Type | Method and Description |
---|---|
static DownloadResult.Builder |
DownloadResult.newBuilder(@NonNull BlobInfo blobInfo,
@NonNull TransferStatus status) |
DownloadResult.Builder |
DownloadResult.Builder.setException(@NonNull Exception exception)
Sets the Exception produced by a failed download operation.
|
DownloadResult.Builder |
DownloadResult.Builder.setInput(@NonNull BlobInfo input)
Sets the
BlobInfo for the object request for download. |
DownloadResult.Builder |
DownloadResult.Builder.setOutputDestination(@NonNull Path outputDestination)
Sets the location on the Filesystem the object has been written to.
|
DownloadResult.Builder |
DownloadResult.Builder.setStatus(@NonNull TransferStatus status)
Sets the status of the download.This field is required.
|
Copyright © 2023 Google LLC. All rights reserved.