Interface RollbackAttemptOrBuilder (1.39.0)

public interface RollbackAttemptOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationPhase()

public abstract String getDestinationPhase()

Output only. The phase to which the rollout will be rolled back to.

string destination_phase = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The destinationPhase.

getDestinationPhaseBytes()

public abstract ByteString getDestinationPhaseBytes()

Output only. The phase to which the rollout will be rolled back to.

string destination_phase = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for destinationPhase.

getRolloutId()

public abstract String getRolloutId()

Output only. ID of the rollback Rollout to create.

string rollout_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The rolloutId.

getRolloutIdBytes()

public abstract ByteString getRolloutIdBytes()

Output only. ID of the rollback Rollout to create.

string rollout_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for rolloutId.

getState()

public abstract RepairState getState()

Output only. Valid state of this rollback action.

.google.cloud.deploy.v1.RepairState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
RepairState

The state.

getStateDesc()

public abstract String getStateDesc()

Output only. Description of the state of the Rollback.

string state_desc = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The stateDesc.

getStateDescBytes()

public abstract ByteString getStateDescBytes()

Output only. Description of the state of the Rollback.

string state_desc = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for stateDesc.

getStateValue()

public abstract int getStateValue()

Output only. Valid state of this rollback action.

.google.cloud.deploy.v1.RepairState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.