public interface RollbackOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestinationPhase()
public abstract String getDestinationPhase()
Optional. The starting phase ID for the Rollout
. If unspecified, the
Rollout
will start in the stable phase.
string destination_phase = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The destinationPhase. |
getDestinationPhaseBytes()
public abstract ByteString getDestinationPhaseBytes()
Optional. The starting phase ID for the Rollout
. If unspecified, the
Rollout
will start in the stable phase.
string destination_phase = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destinationPhase. |
getDisableRollbackIfRolloutPending()
public abstract boolean getDisableRollbackIfRolloutPending()
Optional. If pending rollout exists on the target, the rollback operation will be aborted.
bool disable_rollback_if_rollout_pending = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The disableRollbackIfRolloutPending. |