Package | Description |
---|---|
com.google.cloud.storage.transfermanager |
Modifier and Type | Method and Description |
---|---|
static UploadResult.Builder |
UploadResult.newBuilder(@NonNull BlobInfo input,
@NonNull TransferStatus status) |
UploadResult.Builder |
UploadResult.Builder.setException(@NonNull Exception exception)
Sets the exception produced by a failed upload operation.
|
UploadResult.Builder |
UploadResult.Builder.setInput(@NonNull BlobInfo input)
Sets the
BlobInfo for the object request for upload. |
UploadResult.Builder |
UploadResult.Builder.setStatus(@NonNull TransferStatus status)
Sets the Status of the Upload request.
|
UploadResult.Builder |
UploadResult.Builder.setUploadedBlob(@NonNull BlobInfo uploadedBlob)
Sets the
BlobInfo for the uploaded object. |
Copyright © 2023 Google LLC. All rights reserved.