Interface RollbackOrBuilder (1.39.0)

public interface RollbackOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for destinationPhase.