SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Rollout::RolloutState (v0.1.0)
Reference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Rollout::RolloutState.
The current state of the rollout.
Constants
ROLLOUT_STATE_UNSPECIFIED
value: 0 Unspecified state.
ROLLOUT_STATE_RUNNING
value: 1 Rollout is in progress.
ROLLOUT_STATE_PAUSED
value: 2 Rollout has been paused.
ROLLOUT_STATE_SUCCEEDED
value: 3 Rollout completed successfully.
ROLLOUT_STATE_FAILED
value: 4 Rollout has failed.
ROLLOUT_STATE_CANCELLED
value: 5 Rollout has been canceled.
ROLLOUT_STATE_WAITING
value: 6 Rollout is waiting for some condition to be met before starting.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["# SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Rollout::RolloutState (v0.1.0)\n\nReference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Rollout::RolloutState.\n\nThe current state of the rollout.\n\nConstants\n---------\n\n### ROLLOUT_STATE_UNSPECIFIED\n\n**value:** 0 \nUnspecified state.\n\n### ROLLOUT_STATE_RUNNING\n\n**value:** 1 \nRollout is in progress.\n\n### ROLLOUT_STATE_PAUSED\n\n**value:** 2 \nRollout has been paused.\n\n### ROLLOUT_STATE_SUCCEEDED\n\n**value:** 3 \nRollout completed successfully.\n\n### ROLLOUT_STATE_FAILED\n\n**value:** 4 \nRollout has failed.\n\n### ROLLOUT_STATE_CANCELLED\n\n**value:** 5 \nRollout has been canceled.\n\n### ROLLOUT_STATE_WAITING\n\n**value:** 6 \nRollout is waiting for some condition to be met before starting.\n\n### ROLLOUT_STATE_CANCELLING\n\n**value:** 7 \nRollout is being canceled.\n\n### ROLLOUT_STATE_RESUMING\n\n**value:** 8 \nRollout is being resumed.\n\n### ROLLOUT_STATE_PAUSING\n\n**value:** 9 \nRollout is being paused."]]