public enum UpgradeInfoEvent.State extends Enum<UpgradeInfoEvent.State> implements ProtocolMessageEnum
The state of the upgrade.
Protobuf enum google.container.v1.UpgradeInfoEvent.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELED |
CANCELED indicates the upgrade has canceled. |
CANCELED_VALUE |
CANCELED indicates the upgrade has canceled. |
FAILED |
FAILED indicates the upgrade has failed. |
FAILED_VALUE |
FAILED indicates the upgrade has failed. |
STARTED |
STARTED indicates the upgrade has started. |
STARTED_VALUE |
STARTED indicates the upgrade has started. |
STATE_UNSPECIFIED |
STATE_UNSPECIFIED indicates the state is unspecified. |
STATE_UNSPECIFIED_VALUE |
STATE_UNSPECIFIED indicates the state is unspecified. |
SUCCEEDED |
SUCCEEDED indicates the upgrade has completed successfully. |
SUCCEEDED_VALUE |
SUCCEEDED indicates the upgrade has completed successfully. |
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() |