Module: Google::Cloud::Deploy::V1::RolloutUpdateEvent::RolloutUpdateType
- Defined in:
- proto_docs/google/cloud/deploy/v1/rollout_update_payload.rb
Overview
RolloutUpdateType indicates the type of the rollout update.
Constant Summary collapse
- ROLLOUT_UPDATE_TYPE_UNSPECIFIED =
Rollout update type unspecified.
0
- PENDING =
rollout state updated to pending.
1
- PENDING_RELEASE =
Rollout state updated to pending release.
2
- IN_PROGRESS =
Rollout state updated to in progress.
3
- CANCELLING =
Rollout state updated to cancelling.
4
- CANCELLED =
Rollout state updated to cancelled.
5
- HALTED =
Rollout state updated to halted.
6
- SUCCEEDED =
Rollout state updated to succeeded.
7
- FAILED =
Rollout state updated to failed.
8
- APPROVAL_REQUIRED =
Rollout requires approval.
9
- APPROVED =
Rollout has been approved.
10
- REJECTED =
Rollout has been rejected.
11
- ADVANCE_REQUIRED =
Rollout requires advance to the next phase.
12
- ADVANCED =
Rollout has been advanced.
13