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

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

The current state of the backup.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the backup is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The backup is being created.

Generated from protobuf enum CREATING = 1;

DELETING

Value: 2

The backup is being deleted.

Generated from protobuf enum DELETING = 2;

ACTIVE

Value: 3

The backup is active and ready to use.

Generated from protobuf enum ACTIVE = 3;

FAILED

Value: 4

The backup failed.

Generated from protobuf enum FAILED = 4;

RESTORING

Value: 5

The backup is being restored.

Generated from protobuf enum RESTORING = 5;