Class State (0.11.0)

State(value)

Output only. [Output Only] The overall state of the rollout.

Enums

Name Description
UNDEFINED_STATE A value indicating that the enum field is not set.
STATE_CANCELLED Iteration was explicitly cancelled.
STATE_COMPLETED Iteration completed, with all actions being successful.
STATE_FAILED Iteration completed, with failures.
STATE_PAUSED The rollout is paused.
STATE_PROCESSING Iteration is in progress.
STATE_UNKNOWN Impossible to determine current state of the iteration.
STATE_UNSPECIFIED Default value. This value is unused.