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

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

The current state of the restore.

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

Namespace

Google \ Cloud \ Metastore \ V1beta \ Restore

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the metadata restore is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The metadata restore is running.

Generated from protobuf enum RUNNING = 1;

SUCCEEDED

Value: 2

The metadata restore completed successfully.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

The metadata restore failed.

Generated from protobuf enum FAILED = 3;

CANCELLED

Value: 4

The metadata restore is cancelled.

Generated from protobuf enum CANCELLED = 4;