Send feedback
Class RolloutControl (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class RolloutControl extends GeneratedMessageV3 implements RolloutControlOrBuilder
RolloutControl provides a way to request a change to the execution of a
Rollout by pausing or canceling it.
Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutControl
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ACTION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int RUN_PARAMS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static RolloutControl getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static RolloutControl . Builder newBuilder ()
public static RolloutControl . Builder newBuilder ( RolloutControl prototype )
public static RolloutControl parseDelimitedFrom ( InputStream input )
public static RolloutControl parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static RolloutControl parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static RolloutControl parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static RolloutControl parseFrom ( ByteString data )
public static RolloutControl parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static RolloutControl parseFrom ( CodedInputStream input )
public static RolloutControl parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static RolloutControl parseFrom ( InputStream input )
public static RolloutControl parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static RolloutControl parseFrom ( ByteBuffer data )
public static RolloutControl parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<RolloutControl> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public RolloutAction getAction ()
Required. Action to be performed on the Rollout.
The default behavior is to run the rollout until it naturally reaches a
terminal state.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutAction action = 1 [(.google.api.field_behavior) = REQUIRED];
public RolloutControl . ActionParamsCase getActionParamsCase ()
public int getActionValue ()
Required. Action to be performed on the Rollout.
The default behavior is to run the rollout until it naturally reaches a
terminal state.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutAction action = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for action.
public RolloutControl getDefaultInstanceForType ()
public Parser<RolloutControl> getParserForType ()
Overrides
public RolloutControl . RunRolloutActionParams getRunParams ()
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.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutControl.RunRolloutActionParams run_params = 2 [(.google.api.field_behavior) = OPTIONAL];
public RolloutControl . RunRolloutActionParamsOrBuilder getRunParamsOrBuilder ()
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.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutControl.RunRolloutActionParams run_params = 2 [(.google.api.field_behavior) = OPTIONAL];
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean hasRunParams ()
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.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutControl.RunRolloutActionParams run_params = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the runParams field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public RolloutControl . Builder newBuilderForType ()
protected RolloutControl . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public RolloutControl . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
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-08-16 UTC.
Need to tell us more?
[[["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-08-16 UTC."],[],[]]