Interface RepairPhaseOrBuilder (1.42.0)

public interface RepairPhaseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRepairPhaseCase()

public abstract RepairPhase.RepairPhaseCase getRepairPhaseCase()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the rollback field is set.