Module: Google::Cloud::StorageTransfer::V1::TransferOperation::Status
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
The status of a TransferOperation.
Constant Summary collapse
- STATUS_UNSPECIFIED =
Zero is an illegal value.
0
- IN_PROGRESS =
In progress.
1
- PAUSED =
Paused.
2
- SUCCESS =
Completed successfully.
3
- FAILED =
Terminated due to an unrecoverable failure.
4
- ABORTED =
Aborted by the user.
5
- QUEUED =
Temporarily delayed by the system. No user action is required.
6
- SUSPENDING =
The operation is suspending and draining the ongoing work to completion.
7