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