Uses of Class
com.google.cloud.storage.transfermanager.DownloadResult.Builder
Packages that use DownloadResult.Builder
-
Uses of DownloadResult.Builder in com.google.cloud.storage.transfermanager
Methods in com.google.cloud.storage.transfermanager that return DownloadResult.BuilderModifier and TypeMethodDescriptionstatic DownloadResult.BuilderDownloadResult.newBuilder(@NonNull BlobInfo blobInfo, @NonNull TransferStatus status) DownloadResult.Builder.setException(@NonNull Exception exception) Sets the Exception produced by a failed download operation.Sets theBlobInfofor the object request for download.DownloadResult.Builder.setOutputDestination(@NonNull Path outputDestination) Sets the location on the Filesystem the object has been written to.DownloadResult.Builder.setStatus(@NonNull TransferStatus status) Sets the status of the download.This field is required.