Google Cloud Dataplex V1 Client - Class State (0.1.6)

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

Methods

name

Parameter
Name Description
value mixed

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.