Module: Google::Cloud::ServiceManagement::V1::OperationMetadata::Status

Defined in:
proto_docs/google/api/servicemanagement/v1/resources.rb

Overview

Code describes the status of the operation (or one of its steps).

Constant Summary collapse

STATUS_UNSPECIFIED =

Unspecifed code.

0
DONE =

The operation or step has completed without errors.

1
NOT_STARTED =

The operation or step has not started yet.

2
IN_PROGRESS =

The operation or step is in progress.

3
FAILED =

The operation or step has completed with errors. If the operation is rollbackable, the rollback completed with errors too.

4
CANCELLED =

The operation or step has completed with cancellation.

5