public interface RollbackAttemptOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |