Google Cloud Deploy V1 API - Module Google::Cloud::Deploy::V1::Phase::State (v0.18.0)

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

Valid states of a Phase.

Constants

STATE_UNSPECIFIED

value: 0
The Phase has an unspecified state.

PENDING

value: 1
The Phase is waiting for an earlier Phase(s) to complete.

IN_PROGRESS

value: 2
The Phase is in progress.

SUCCEEDED

value: 3
The Phase has succeeded.

FAILED

value: 4
The Phase has failed.

ABORTED

value: 5
The Phase was aborted.

SKIPPED

value: 6
The Phase was skipped.