Class DownloadJob
java.lang.Object
com.google.cloud.storage.transfermanager.DownloadJob
A parallel download job sent to Transfer Manager.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds an instance of DownloadJob -
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull List<DownloadResult>The list ofDownloadResultsfor each download request Transfer Manager executed for this job.@NonNull ParallelDownloadConfigTheParallelDownloadConfigused for this DownloadJob.inthashCode()static DownloadJob.BuildertoString()
-
Method Details
-
getDownloadResults
The list ofDownloadResultsfor each download request Transfer Manager executed for this job. Note calling this method will block the invoking thread until all download requests are complete. -
getParallelDownloadConfig
TheParallelDownloadConfigused for this DownloadJob. -
equals
-
hashCode
public int hashCode() -
toString
-
newBuilder
-