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

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

The type of restore. If unspecified, defaults to METADATA_ONLY.

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

Namespace

Google \ Cloud \ Metastore \ V1beta \ Restore

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RESTORE_TYPE_UNSPECIFIED

Value: 0

The restore type is unknown.

Generated from protobuf enum RESTORE_TYPE_UNSPECIFIED = 0;

FULL

Value: 1

The service's metadata and configuration are restored.

Generated from protobuf enum FULL = 1;

METADATA_ONLY

Value: 2

Only the service's metadata is restored.

Generated from protobuf enum METADATA_ONLY = 2;