Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class RestoreType.
The type of restore. If unspecified, defaults to METADATA_ONLY.
Protobuf type google.cloud.metastore.v1.Restore.RestoreType
Namespace
Google \ Cloud \ Metastore \ V1 \ RestoreMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESTORE_TYPE_UNSPECIFIED
Value: 0The restore type is unknown.
Generated from protobuf enum RESTORE_TYPE_UNSPECIFIED = 0;
FULL
Value: 1The service's metadata and configuration are restored.
Generated from protobuf enum FULL = 1;
METADATA_ONLY
Value: 2Only the service's metadata is restored.
Generated from protobuf enum METADATA_ONLY = 2;