Cloud Optimization V1 API - Module Google::Cloud::Optimization::V1::AsyncModelMetadata::State (v0.7.0)

Reference documentation and code samples for the Cloud Optimization V1 API module Google::Cloud::Optimization::V1::AsyncModelMetadata::State.

Possible states of the operation.

Constants

STATE_UNSPECIFIED

value: 0
The default value. This value is used if the state is omitted.

RUNNING

value: 1
Request is being processed.

SUCCEEDED

value: 2
The operation completed successfully.

CANCELLED

value: 3
The operation was cancelled.

FAILED

value: 4
The operation has failed.