public enum RepairState extends Enum<RepairState> implements ProtocolMessageEnum
Valid state of a repair attempt.
Protobuf enum google.cloud.deploy.v1.RepairState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
REPAIR_STATE_ABORTED |
The |
REPAIR_STATE_ABORTED_VALUE |
The |
REPAIR_STATE_CANCELLED |
The |
REPAIR_STATE_CANCELLED_VALUE |
The |
REPAIR_STATE_FAILED |
The |
REPAIR_STATE_FAILED_VALUE |
The |
REPAIR_STATE_IN_PROGRESS |
The |
REPAIR_STATE_IN_PROGRESS_VALUE |
The |
REPAIR_STATE_PENDING |
The |
REPAIR_STATE_PENDING_VALUE |
The |
REPAIR_STATE_SUCCEEDED |
The |
REPAIR_STATE_SUCCEEDED_VALUE |
The |
REPAIR_STATE_UNSPECIFIED |
The |
REPAIR_STATE_UNSPECIFIED_VALUE |
The |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |