Uses of Class
com.google.cloud.storage.transfermanager.DownloadResult
Packages that use DownloadResult
-
Uses of DownloadResult in com.google.cloud.storage.transfermanager
Methods in com.google.cloud.storage.transfermanager that return DownloadResultModifier and TypeMethodDescriptionDownloadResult.Builder.build()Creates a DownloadResult object.Methods in com.google.cloud.storage.transfermanager that return types with arguments of type DownloadResultModifier and TypeMethodDescription@NonNull List<DownloadResult>DownloadJob.getDownloadResults()The list ofDownloadResultsfor each download request Transfer Manager executed for this job.Method parameters in com.google.cloud.storage.transfermanager with type arguments of type DownloadResultModifier and TypeMethodDescriptionDownloadJob.Builder.setDownloadResults(@NonNull List<com.google.api.core.ApiFuture<DownloadResult>> downloadResults) Sets the results for a DownloadJob being performed by Transfer Manager.