Interface RolloutControlOrBuilder (0.2.0)

public interface RolloutControlOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract 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];

Returns
Type Description
RolloutAction

The action.

getActionParamsCase()

public abstract RolloutControl.ActionParamsCase getActionParamsCase()
Returns
Type Description
RolloutControl.ActionParamsCase

getActionValue()

public abstract 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.

getRunParams()

public abstract 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];

Returns
Type Description
RolloutControl.RunRolloutActionParams

The runParams.

getRunParamsOrBuilder()

public abstract 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];

Returns
Type Description
RolloutControl.RunRolloutActionParamsOrBuilder

hasRunParams()

public abstract 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.