Google Cloud Dataplex V1 Client - Class State (1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0Unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
NONE
Value: 1A Metastore service instance is not associated with the lake.
Generated from protobuf enum NONE = 1;
READY
Value: 2A Metastore service instance is attached to the lake.
Generated from protobuf enum READY = 2;
UPDATING
Value: 3Attach/detach is in progress.
Generated from protobuf enum UPDATING = 3;
ERROR
Value: 4Attach/detach could not be done due to errors.
Generated from protobuf enum ERROR = 4;