Storage Transfer Service V1 API - Module Google::Cloud::StorageTransfer::V1::TransferOperation::Status (v1.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.