Interface RolloutControl.RunRolloutActionParamsOrBuilder (0.2.0)

public static interface RolloutControl.RunRolloutActionParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRetryFailedOperations()

public abstract boolean getRetryFailedOperations()

Required. If true, the rollout will retry failed operations when resumed. This is applicable only the current state of the Rollout is PAUSED and the requested action is RUN.

bool retry_failed_operations = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

The retryFailedOperations.