Enum Federation.State (2.42.0)

public enum Federation.State extends Enum<Federation.State> implements ProtocolMessageEnum

The current state of the federation.

Protobuf enum google.cloud.metastore.v1alpha.Federation.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The metastore federation is running and ready to serve queries.

ACTIVE = 2;

ACTIVE_VALUE

The metastore federation is running and ready to serve queries.

ACTIVE = 2;

CREATING

The metastore federation is in the process of being created.

CREATING = 1;

CREATING_VALUE

The metastore federation is in the process of being created.

CREATING = 1;

DELETING

The metastore federation is undergoing deletion. It cannot be used.

DELETING = 4;

DELETING_VALUE

The metastore federation is undergoing deletion. It cannot be used.

DELETING = 4;

ERROR

The metastore federation has encountered an error and cannot be used. The metastore federation should be deleted.

ERROR = 5;

ERROR_VALUE

The metastore federation has encountered an error and cannot be used. The metastore federation should be deleted.

ERROR = 5;

STATE_UNSPECIFIED

The state of the metastore federation is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the metastore federation is unknown.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The metastore federation is being updated. It remains usable but cannot accept additional update requests or be deleted at this time.

UPDATING = 3;

UPDATING_VALUE

The metastore federation is being updated. It remains usable but cannot accept additional update requests or be deleted at this time.

UPDATING = 3;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()