public enum Instance.UpgradeHistoryEntry.State extends Enum<Instance.UpgradeHistoryEntry.State> implements ProtocolMessageEnum
The definition of the states of this upgrade history entry.
Protobuf enum google.events.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
The instance upgrade is failed. |
FAILED_VALUE |
The instance upgrade is failed. |
STARTED |
The instance upgrade is started. |
STARTED_VALUE |
The instance upgrade is started. |
STATE_UNSPECIFIED |
State is not specified. |
STATE_UNSPECIFIED_VALUE |
State is not specified. |
SUCCEEDED |
The instance upgrade is succeeded. |
SUCCEEDED_VALUE |
The instance upgrade is succeeded. |
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() |