Service Management V1 API - Module Google::Cloud::ServiceManagement::V1::Rollout::RolloutStatus (v1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Service Management V1 API module Google::Cloud::ServiceManagement::V1::Rollout::RolloutStatus.
Status of a Rollout.
Constants
ROLLOUT_STATUS_UNSPECIFIED
value: 0 No status specified.
IN_PROGRESS
value: 1 The Rollout is in progress.
SUCCESS
value: 2 The Rollout has completed successfully.
CANCELLED
value: 3 The Rollout has been cancelled. This can happen if you have overlapping
Rollout pushes, and the previous ones will be cancelled.
FAILED
value: 4 The Rollout has failed and the rollback attempt has failed too.
PENDING
value: 5 The Rollout has not started yet and is pending for execution.
FAILED_ROLLED_BACK
value: 6 The Rollout has failed and rolled back to the previous successful
Rollout.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]