Google Cloud Dataproc Metastore V1alpha Client - Class MetastoreType (0.11.3)

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

The type of the backend metastore.

Protobuf type google.cloud.metastore.v1alpha.BackendMetastore.MetastoreType

Namespace

Google \ Cloud \ Metastore \ V1alpha \ BackendMetastore

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

METASTORE_TYPE_UNSPECIFIED

Value: 0

The metastore type is not set.

Generated from protobuf enum METASTORE_TYPE_UNSPECIFIED = 0;

DATAPLEX

Value: 1

The backend metastore is Dataplex.

Generated from protobuf enum DATAPLEX = 1;

BIGQUERY

Value: 2

The backend metastore is BigQuery.

Generated from protobuf enum BIGQUERY = 2;

DATAPROC_METASTORE

Value: 3

The backend metastore is Dataproc Metastore.

Generated from protobuf enum DATAPROC_METASTORE = 3;