Reference documentation and code samples for the Service Management V1 API module Google::Cloud::ServiceManagement::V1::OperationMetadata::Status.
Code describes the status of the operation (or one of its steps).
Constants
STATUS_UNSPECIFIED
value: 0
Unspecifed code.
DONE
value: 1
The operation or step has completed without errors.
NOT_STARTED
value: 2
The operation or step has not started yet.
IN_PROGRESS
value: 3
The operation or step is in progress.
FAILED
value: 4
The operation or step has completed with errors. If the operation is
rollbackable, the rollback completed with errors too.
CANCELLED
value: 5
The operation or step has completed with cancellation.