Google Cloud Dataproc Metastore V1beta Client - Class State (0.7.0)

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

The current state of the metastore service.

Protobuf type google.cloud.metastore.v1beta.Service.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the metastore service is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The metastore service is in the process of being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The metastore service is running and ready to serve queries.

Generated from protobuf enum ACTIVE = 2;

SUSPENDING

Value: 3

The metastore service is entering suspension. Its query-serving availability may cease unexpectedly.

Generated from protobuf enum SUSPENDING = 3;

SUSPENDED

Value: 4

The metastore service is suspended and unable to serve queries.

Generated from protobuf enum SUSPENDED = 4;

UPDATING

Value: 5

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

Generated from protobuf enum UPDATING = 5;

DELETING

Value: 6

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

Generated from protobuf enum DELETING = 6;

ERROR

Value: 7

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

Generated from protobuf enum ERROR = 7;