public interface RepairPhaseConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRepairPhaseCase()
public abstract RepairPhaseConfig.RepairPhaseCase getRepairPhaseCase()| Returns | |
|---|---|
| Type | Description |
RepairPhaseConfig.RepairPhaseCase |
|
getRetry()
public abstract Retry getRetry()Optional. Retries a failed job.
.google.cloud.deploy.v1.Retry retry = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RetryOrBuilder |
|
getRollback()
public abstract Rollback getRollback() Optional. Rolls back a Rollout.
.google.cloud.deploy.v1.Rollback rollback = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RollbackOrBuilder |
|
hasRetry()
public abstract boolean hasRetry()Optional. Retries a failed job.
.google.cloud.deploy.v1.Retry retry = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the rollback field is set. |