public enum UpgradeDetails.State extends Enum<UpgradeDetails.State> implements ProtocolMessageEnum
State indicates the state of the upgrade.
Protobuf enum google.container.v1beta1.UpgradeDetails.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELED |
Upgrade has been canceled. |
CANCELED_VALUE |
Upgrade has been canceled. |
FAILED |
Upgrade has failed with an error. |
FAILED_VALUE |
Upgrade has failed with an error. |
RUNNING |
Upgrade is running. |
RUNNING_VALUE |
Upgrade is running. |
SUCCEEDED |
Upgrade has succeeded. |
SUCCEEDED_VALUE |
Upgrade has succeeded. |
UNKNOWN |
Upgrade state is unknown. |
UNKNOWN_VALUE |
Upgrade state is unknown. |
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() |