Interface RepairPhaseOrBuilder (1.39.0)

public interface RepairPhaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRepairPhaseCase()

public abstract RepairPhase.RepairPhaseCase getRepairPhaseCase()
Returns
TypeDescription
RepairPhase.RepairPhaseCase

getRetry()

public abstract RetryPhase getRetry()

Output only. Records of the retry attempts for retry repair mode.

.google.cloud.deploy.v1.RetryPhase retry = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
RetryPhase

The retry.

getRetryOrBuilder()

public abstract RetryPhaseOrBuilder getRetryOrBuilder()

Output only. Records of the retry attempts for retry repair mode.

.google.cloud.deploy.v1.RetryPhase retry = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
RetryPhaseOrBuilder

getRollback()

public abstract RollbackAttempt getRollback()

Output only. Rollback attempt for rollback repair mode .

.google.cloud.deploy.v1.RollbackAttempt rollback = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
RollbackAttempt

The rollback.

getRollbackOrBuilder()

public abstract RollbackAttemptOrBuilder getRollbackOrBuilder()

Output only. Rollback attempt for rollback repair mode .

.google.cloud.deploy.v1.RollbackAttempt rollback = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
RollbackAttemptOrBuilder

hasRetry()

public abstract boolean hasRetry()

Output only. Records of the retry attempts for retry repair mode.

.google.cloud.deploy.v1.RetryPhase retry = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the retry field is set.

hasRollback()

public abstract boolean hasRollback()

Output only. Rollback attempt for rollback repair mode .

.google.cloud.deploy.v1.RollbackAttempt rollback = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the rollback field is set.