Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType.
RolloutUpdateType indicates the type of the rollout update.
Constants
ROLLOUT_UPDATE_TYPE_UNSPECIFIED
value: 0
Rollout update type unspecified.
PENDING
value: 1
rollout state updated to pending.
PENDING_RELEASE
value: 2
Rollout state updated to pending release.
IN_PROGRESS
value: 3
Rollout state updated to in progress.
CANCELLING
value: 4
Rollout state updated to cancelling.
CANCELLED
value: 5
Rollout state updated to cancelled.
HALTED
value: 6
Rollout state updated to halted.
SUCCEEDED
value: 7
Rollout state updated to succeeded.
FAILED
value: 8
Rollout state updated to failed.
APPROVAL_REQUIRED
value: 9
Rollout requires approval.
APPROVED
value: 10
Rollout has been approved.
REJECTED
value: 11
Rollout has been rejected.
ADVANCE_REQUIRED
value: 12
Rollout requires advance to the next phase.
ADVANCED
value: 13
Rollout has been advanced.