public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum
State of the Instance.
Protobuf enum google.events.cloud.apigeeregistry.v1.Instance.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The Instance has been created and is ready for use. |
ACTIVE_VALUE |
The Instance has been created and is ready for use. |
CREATING |
The Instance is being created. |
CREATING_VALUE |
The Instance is being created. |
DELETING |
The Instance is being deleted. |
DELETING_VALUE |
The Instance is being deleted. |
FAILED |
The Instance encountered an error during a state change. |
FAILED_VALUE |
The Instance encountered an error during a state change. |
INACTIVE |
The Instance has not been initialized or has been deleted. |
INACTIVE_VALUE |
The Instance has not been initialized or has been deleted. |
STATE_UNSPECIFIED |
The default value. This value is used if the state is omitted. |
STATE_UNSPECIFIED_VALUE |
The default value. This value is used if the state is omitted. |
UNRECOGNIZED |
|
UPDATING |
The Instance is being updated. |
UPDATING_VALUE |
The Instance is being updated. |
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() |