SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::RolloutAction (v0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
value: 0
Unspecified action, will be treated as RUN by default.
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.
value: 2
Pause the Rollout until it is resumed (i.e. RUN is requested).
value: 3
Cancel the Rollout permanently.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["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-10-10 UTC."],[],[]]