public interface RollbackAttemptOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationPhase()
Output only.
|
com.google.protobuf.ByteString |
getDestinationPhaseBytes()
Output only.
|
String |
getRolloutId()
Output only.
|
com.google.protobuf.ByteString |
getRolloutIdBytes()
Output only.
|
RepairState |
getState()
Output only.
|
String |
getStateDesc()
Output only.
|
com.google.protobuf.ByteString |
getStateDescBytes()
Output only.
|
int |
getStateValue()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDestinationPhase()
Output only. The phase to which the rollout will be rolled back to.
string destination_phase = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDestinationPhaseBytes()
Output only. The phase to which the rollout will be rolled back to.
string destination_phase = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getRolloutId()
Output only. ID of the rollback `Rollout` to create.
string rollout_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getRolloutIdBytes()
Output only. ID of the rollback `Rollout` to create.
string rollout_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];int getStateValue()
Output only. Valid state of this rollback action.
.google.cloud.deploy.v1.RepairState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
RepairState getState()
Output only. Valid state of this rollback action.
.google.cloud.deploy.v1.RepairState state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getStateDesc()
Output only. Description of the state of the Rollback.
string state_desc = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getStateDescBytes()
Output only. Description of the state of the Rollback.
string state_desc = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.