Storage Transfer Service V1 API - Module Google::Cloud::StorageTransfer::V1::TransferOperation::Status (v0.8.0)

Reference documentation and code samples for the Storage Transfer Service V1 API module Google::Cloud::StorageTransfer::V1::TransferOperation::Status.

The status of a TransferOperation.

Constants

STATUS_UNSPECIFIED

value: 0
Zero is an illegal value.

IN_PROGRESS

value: 1
In progress.

PAUSED

value: 2
Paused.

SUCCESS

value: 3
Completed successfully.

FAILED

value: 4
Terminated due to an unrecoverable failure.

ABORTED

value: 5
Aborted by the user.

QUEUED

value: 6
Temporarily delayed by the system. No user action is required.

SUSPENDING

value: 7
The operation is suspending and draining the ongoing work to completion.