public interface RepairRolloutOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentRepairModeIndex()
Output only.
|
RepairPhase |
getRepairPhases(int index)
Output only.
|
int |
getRepairPhasesCount()
Output only.
|
List<RepairPhase> |
getRepairPhasesList()
Output only.
|
RepairPhaseOrBuilder |
getRepairPhasesOrBuilder(int index)
Output only.
|
List<? extends RepairPhaseOrBuilder> |
getRepairPhasesOrBuilderList()
Output only.
|
String |
getRollout()
Output only.
|
com.google.protobuf.ByteString |
getRolloutBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRollout()
Output only. The name of the rollout that initiates the `AutomationRun`.
string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRolloutBytes()
Output only. The name of the rollout that initiates the `AutomationRun`.
string rollout = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];long getCurrentRepairModeIndex()
Output only. The index of the current repair action in the repair sequence.
int64 current_repair_mode_index = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];List<RepairPhase> getRepairPhasesList()
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
repeated .google.cloud.deploy.v1.RepairPhase repair_phases = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
RepairPhase getRepairPhases(int index)
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
repeated .google.cloud.deploy.v1.RepairPhase repair_phases = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getRepairPhasesCount()
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
repeated .google.cloud.deploy.v1.RepairPhase repair_phases = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends RepairPhaseOrBuilder> getRepairPhasesOrBuilderList()
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
repeated .google.cloud.deploy.v1.RepairPhase repair_phases = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
RepairPhaseOrBuilder getRepairPhasesOrBuilder(int index)
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
repeated .google.cloud.deploy.v1.RepairPhase repair_phases = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.