public interface RepairPhaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RepairPhase.RepairPhaseCase |
getRepairPhaseCase() |
RetryPhase |
getRetry()
Output only.
|
RetryPhaseOrBuilder |
getRetryOrBuilder()
Output only.
|
RollbackAttempt |
getRollback()
Output only.
|
RollbackAttemptOrBuilder |
getRollbackOrBuilder()
Output only.
|
boolean |
hasRetry()
Output only.
|
boolean |
hasRollback()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasRollback()
Output only. Rollback attempt for rollback repair mode .
.google.cloud.deploy.v1.RollbackAttempt rollback = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
RollbackAttempt getRollback()
Output only. Rollback attempt for rollback repair mode .
.google.cloud.deploy.v1.RollbackAttempt rollback = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
RollbackAttemptOrBuilder getRollbackOrBuilder()
Output only. Rollback attempt for rollback repair mode .
.google.cloud.deploy.v1.RollbackAttempt rollback = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
RepairPhase.RepairPhaseCase getRepairPhaseCase()
Copyright © 2024 Google LLC. All rights reserved.