Class UploadResult
java.lang.Object
com.google.cloud.storage.transfermanager.UploadResult
Result for a single upload performed by Transfer Manager.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds an instance of UploadResult -
Method Summary
Modifier and TypeMethodDescriptionboolean@NonNull ExceptionThe exception produced by a failed upload operation.@NonNull BlobInfogetInput()TheBlobInfofor the object requested for upload.@NonNull TransferStatusThe status of the upload operation.@NonNull BlobInfoTheBlobInfofor the Uploaded object.inthashCode()static UploadResult.BuildernewBuilder(@NonNull BlobInfo input, @NonNull TransferStatus status) toString()
-
Method Details
-
getInput
TheBlobInfofor the object requested for upload.- See Also:
-
getStatus
The status of the upload operation. -
getUploadedBlob
-
getException
-
equals
-
hashCode
public int hashCode() -
toString
-
newBuilder
public static UploadResult.Builder newBuilder(@NonNull BlobInfo input, @NonNull TransferStatus status)
-