Google Cloud Deploy V1 API - Module Google::Cloud::Deploy::V1::AutomationRun::State (v0.19.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::AutomationRun::State.

Valid state of an AutomationRun.

Constants

STATE_UNSPECIFIED

value: 0
The AutomationRun has an unspecified state.

SUCCEEDED

value: 1
The AutomationRun has succeeded.

CANCELLED

value: 2
The AutomationRun was cancelled.

FAILED

value: 3
The AutomationRun has failed.

IN_PROGRESS

value: 4
The AutomationRun is in progress.

PENDING

value: 5
The AutomationRun is pending.