public enum Service.State extends Enum<Service.State> implements ProtocolMessageEnum
The current state of the metastore service.
Protobuf enum google.events.cloud.metastore.v1.Service.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The metastore service is running and ready to serve queries. |
ACTIVE_VALUE | The metastore service is running and ready to serve queries. |
CREATING | The metastore service is in the process of being created. |
CREATING_VALUE | The metastore service is in the process of being created. |
DELETING | The metastore service is undergoing deletion. It cannot be used. |
DELETING_VALUE | The metastore service is undergoing deletion. It cannot be used. |
ERROR | The metastore service has encountered an error and cannot be used. The metastore service should be deleted. |
ERROR_VALUE | The metastore service has encountered an error and cannot be used. The metastore service should be deleted. |
STATE_UNSPECIFIED | The state of the metastore service is unknown. |
STATE_UNSPECIFIED_VALUE | The state of the metastore service is unknown. |
SUSPENDED | The metastore service is suspended and unable to serve queries. |
SUSPENDED_VALUE | The metastore service is suspended and unable to serve queries. |
SUSPENDING | The metastore service is entering suspension. Its query-serving availability may cease unexpectedly. |
SUSPENDING_VALUE | The metastore service is entering suspension. Its query-serving availability may cease unexpectedly. |
UNRECOGNIZED | |
UPDATING | The metastore service is being updated. It remains usable but cannot accept additional update requests or be deleted at this time. |
UPDATING_VALUE | The metastore service is being updated. It remains usable but cannot accept additional update requests or be deleted at this time. |
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() |