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"]],[["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 2025-09-19 UTC."],[],[],null,[]]