Optional. Parameters for the RUN action. It is an error to specify this
if the RolloutAction is not set to RUN. By default, the rollout will
retry failed operations when resumed.
Optional. Parameters for the RUN action. It is an error to specify this
if the RolloutAction is not set to RUN. By default, the rollout will
retry failed operations when resumed.
Optional. Parameters for the RUN action. It is an error to specify this
if the RolloutAction is not set to RUN. By default, the rollout will
retry failed operations when resumed.
[[["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-04 UTC."],[],[],null,["# Interface RolloutControlOrBuilder (0.2.0)\n\n public interface RolloutControlOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getAction()\n\n public abstract RolloutAction getAction()\n\nRequired. Action to be performed on the Rollout.\nThe default behavior is to run the rollout until it naturally reaches a\nterminal state.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutAction action = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getActionParamsCase()\n\n public abstract RolloutControl.ActionParamsCase getActionParamsCase()\n\n### getActionValue()\n\n public abstract int getActionValue()\n\nRequired. Action to be performed on the Rollout.\nThe default behavior is to run the rollout until it naturally reaches a\nterminal state.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutAction action = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getRunParams()\n\n public abstract RolloutControl.RunRolloutActionParams getRunParams()\n\nOptional. Parameters for the RUN action. It is an error to specify this\nif the RolloutAction is not set to RUN. By default, the rollout will\nretry failed operations when resumed.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutControl.RunRolloutActionParams run_params = 2 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getRunParamsOrBuilder()\n\n public abstract RolloutControl.RunRolloutActionParamsOrBuilder getRunParamsOrBuilder()\n\nOptional. Parameters for the RUN action. It is an error to specify this\nif the RolloutAction is not set to RUN. By default, the rollout will\nretry failed operations when resumed.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutControl.RunRolloutActionParams run_params = 2 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### hasRunParams()\n\n public abstract boolean hasRunParams()\n\nOptional. Parameters for the RUN action. It is an error to specify this\nif the RolloutAction is not set to RUN. By default, the rollout will\nretry failed operations when resumed.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutControl.RunRolloutActionParams run_params = 2 [(.google.api.field_behavior) = OPTIONAL];\n`"]]