SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction (v0.1.0)
Reference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction.
RolloutAction indicates the action to be performed on the Rollout.
Constants
ROLLOUT_ACTION_UNSPECIFIED
value: 0 Unspecified action, will be treated as RUN by default.
ROLLOUT_ACTION_RUN
value: 1 Run the Rollout until it naturally reaches a terminal state.
A rollout requested to run will progress through all natural Rollout
States (such as RUNNING -> SUCCEEDED or RUNNING -> FAILED).
If retriable errors are encountered during the rollout, the rollout
will paused by default and can be resumed by re-requesting this RUN
action.
ROLLOUT_ACTION_PAUSE
value: 2 Pause the Rollout until it is resumed (i.e. RUN is requested).
[[["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::RolloutAction (v0.1.0)\n\nReference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction.\n\nRolloutAction indicates the action to be performed on the Rollout.\n\nConstants\n---------\n\n### ROLLOUT_ACTION_UNSPECIFIED\n\n**value:** 0 \nUnspecified action, will be treated as RUN by default.\n\n### ROLLOUT_ACTION_RUN\n\n**value:** 1 \nRun the Rollout until it naturally reaches a terminal state.\nA rollout requested to run will progress through all natural Rollout\nStates (such as RUNNING -\\\u003e SUCCEEDED or RUNNING -\\\u003e FAILED).\nIf retriable errors are encountered during the rollout, the rollout\nwill paused by default and can be resumed by re-requesting this RUN\naction.\n\n### ROLLOUT_ACTION_PAUSE\n\n**value:** 2 \nPause the Rollout until it is resumed (i.e. RUN is requested).\n\n### ROLLOUT_ACTION_CANCEL\n\n**value:** 3 \nCancel the Rollout permanently."]]