Class UploadJob
java.lang.Object
com.google.cloud.storage.transfermanager.UploadJob
A parallel upload job sent to Transfer Manager.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds an instance of UploadJob -
Method Summary
Modifier and TypeMethodDescriptionbooleanTheParallelUploadConfigused for this UploadJob.The list ofUploadResultsfor each upload request Transfer Manager executed for this job.inthashCode()static UploadJob.BuildertoString()
-
Method Details
-
getUploadResults
The list ofUploadResultsfor each upload request Transfer Manager executed for this job. Note calling this method will block the invoking thread until all upload requests are complete.- See Also:
-
getParallelUploadConfig
TheParallelUploadConfigused for this UploadJob. -
equals
-
hashCode
public int hashCode() -
toString
-
newBuilder
-