Google Cloud Dataproc Metastore V1alpha Client - Class State (0.6.1)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class State.

The current state of the federation.

Protobuf type google.cloud.metastore.v1alpha.Federation.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the metastore federation is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The metastore federation is in the process of being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The metastore federation is running and ready to serve queries.

Generated from protobuf enum ACTIVE = 2;

UPDATING

Value: 3

The metastore federation is being updated. It remains usable but cannot accept additional update requests or be deleted at this time.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

The metastore federation is undergoing deletion. It cannot be used.

Generated from protobuf enum DELETING = 4;

ERROR

Value: 5

The metastore federation has encountered an error and cannot be used. The metastore federation should be deleted.

Generated from protobuf enum ERROR = 5;