Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.
Current state of association.
Protobuf type google.cloud.dataplex.v1.Lake.MetastoreStatus.State
Namespace
Google \ Cloud \ Dataplex \ V1 \ Lake \ MetastoreStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
NONE
Value: 1
A Metastore service instance is not associated with the lake.
Generated from protobuf enum NONE = 1;
READY
Value: 2
A Metastore service instance is attached to the lake.
Generated from protobuf enum READY = 2;
UPDATING
Value: 3
Attach/detach is in progress.
Generated from protobuf enum UPDATING = 3;
ERROR
Value: 4
Attach/detach could not be done due to errors.
Generated from protobuf enum ERROR = 4;