Uses of Enum
com.google.cloud.storage.transfermanager.TransferStatus
Packages that use TransferStatus
-
Uses of TransferStatus in com.google.cloud.storage.transfermanager
Methods in com.google.cloud.storage.transfermanager that return TransferStatusModifier and TypeMethodDescription@NonNull TransferStatusDownloadResult.getStatus()The status of the download operation.@NonNull TransferStatusUploadResult.getStatus()The status of the upload operation.static TransferStatusReturns 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.Methods in com.google.cloud.storage.transfermanager with parameters of type TransferStatusModifier and TypeMethodDescriptionstatic DownloadResult.BuilderDownloadResult.newBuilder(@NonNull BlobInfo blobInfo, @NonNull TransferStatus status) static UploadResult.BuilderUploadResult.newBuilder(@NonNull BlobInfo input, @NonNull TransferStatus status) DownloadResult.Builder.setStatus(@NonNull TransferStatus status) Sets the status of the download.This field is required.UploadResult.Builder.setStatus(@NonNull TransferStatus status) Sets the Status of the Upload request.