Interface RepairModeOrBuilder (1.39.0)

public interface RepairModeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModeCase()

public abstract RepairMode.ModeCase getModeCase()
Returns
TypeDescription
RepairMode.ModeCase

getRetry()

public abstract Retry getRetry()

Optional. Retries a failed job.

.google.cloud.deploy.v1.Retry retry = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Retry

The retry.

getRetryOrBuilder()

public abstract RetryOrBuilder getRetryOrBuilder()

Optional. Retries a failed job.

.google.cloud.deploy.v1.Retry retry = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
RetryOrBuilder

getRollback()

public abstract Rollback getRollback()

Optional. Rolls back a Rollout.

.google.cloud.deploy.v1.Rollback rollback = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Rollback

The rollback.

getRollbackOrBuilder()

public abstract RollbackOrBuilder getRollbackOrBuilder()

Optional. Rolls back a Rollout.

.google.cloud.deploy.v1.Rollback rollback = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
RollbackOrBuilder

hasRetry()

public abstract boolean hasRetry()

Optional. Retries a failed job.

.google.cloud.deploy.v1.Retry retry = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the retry field is set.

hasRollback()

public abstract boolean hasRollback()

Optional. Rolls back a Rollout.

.google.cloud.deploy.v1.Rollback rollback = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the rollback field is set.