| Modifier and Type | Method and Description |
|---|---|
static RepairState |
RepairState.forNumber(int value) |
RepairState |
RollbackAttemptOrBuilder.getState()
Output only.
|
RepairState |
RollbackAttempt.getState()
Output only.
|
RepairState |
RollbackAttempt.Builder.getState()
Output only.
|
RepairState |
RetryAttempt.getState()
Output only.
|
RepairState |
RetryAttempt.Builder.getState()
Output only.
|
RepairState |
RetryAttemptOrBuilder.getState()
Output only.
|
static RepairState |
RepairState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RepairState |
RepairState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RepairState |
RepairState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepairState[] |
RepairState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<RepairState> |
RepairState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RollbackAttempt.Builder |
RollbackAttempt.Builder.setState(RepairState value)
Output only.
|
RetryAttempt.Builder |
RetryAttempt.Builder.setState(RepairState value)
Output only.
|
Copyright © 2024 Google LLC. All rights reserved.