public enum Lake.MetastoreStatus.State extends Enum<Lake.MetastoreStatus.State> implements ProtocolMessageEnum
Current state of association.
Protobuf enum google.events.cloud.dataplex.v1.Lake.MetastoreStatus.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ERROR |
Attach/detach could not be done due to errors. |
ERROR_VALUE |
Attach/detach could not be done due to errors. |
NONE |
A Metastore service instance is not associated with the lake. |
NONE_VALUE |
A Metastore service instance is not associated with the lake. |
READY |
A Metastore service instance is attached to the lake. |
READY_VALUE |
A Metastore service instance is attached to the lake. |
STATE_UNSPECIFIED |
Unspecified. |
STATE_UNSPECIFIED_VALUE |
Unspecified. |
UNRECOGNIZED |
|
UPDATING |
Attach/detach is in progress. |
UPDATING_VALUE |
Attach/detach is in progress. |
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() |