Google Cloud Dataplex V1 Client - Class State (0.11.1)

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 \ MetastoreStatus

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;