Package | Description |
---|---|
com.google.cloud.storage.transfermanager |
Modifier and Type | Method and Description |
---|---|
@NonNull TransferStatus |
UploadResult.getStatus()
The status of the upload operation.
|
@NonNull TransferStatus |
DownloadResult.getStatus()
The status of the download operation.
|
static TransferStatus |
TransferStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferStatus[] |
TransferStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static UploadResult.Builder |
UploadResult.newBuilder(@NonNull BlobInfo input,
@NonNull TransferStatus status) |
static DownloadResult.Builder |
DownloadResult.newBuilder(@NonNull BlobInfo blobInfo,
@NonNull TransferStatus status) |
UploadResult.Builder |
UploadResult.Builder.setStatus(@NonNull TransferStatus status)
Sets the Status of the Upload request.
|
DownloadResult.Builder |
DownloadResult.Builder.setStatus(@NonNull TransferStatus status)
Sets the status of the download.This field is required.
|
Copyright © 2023 Google LLC. All rights reserved.