Reference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class State.
The current state of the backup.
Protobuf type google.cloud.metastore.v1beta.Backup.State
Namespace
Google \ Cloud \ Metastore \ V1beta \ BackupMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state of the backup is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The backup is being created.
Generated from protobuf enum CREATING = 1;
DELETING
Value: 2The backup is being deleted.
Generated from protobuf enum DELETING = 2;
ACTIVE
Value: 3The backup is active and ready to use.
Generated from protobuf enum ACTIVE = 3;
FAILED
Value: 4The backup failed.
Generated from protobuf enum FAILED = 4;
RESTORING
Value: 5The backup is being restored.
Generated from protobuf enum RESTORING = 5;