Enum Lake.MetastoreStatus.State (1.39.0)

public enum Lake.MetastoreStatus.State extends Enum<Lake.MetastoreStatus.State> implements ProtocolMessageEnum

Current state of association.

Protobuf enum google.cloud.dataplex.v1.Lake.MetastoreStatus.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

Attach/detach could not be done due to errors.

ERROR = 4;

ERROR_VALUE

Attach/detach could not be done due to errors.

ERROR = 4;

NONE

A Metastore service instance is not associated with the lake.

NONE = 1;

NONE_VALUE

A Metastore service instance is not associated with the lake.

NONE = 1;

READY

A Metastore service instance is attached to the lake.

READY = 2;

READY_VALUE

A Metastore service instance is attached to the lake.

READY = 2;

STATE_UNSPECIFIED

Unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Attach/detach is in progress.

UPDATING = 3;

UPDATING_VALUE

Attach/detach is in progress.

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()