Google Cloud Dataproc Metastore V1 Client - Class MetastoreType (0.11.0)

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

The type of the backend metastore.

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

Namespace

Google \ Cloud \ Metastore \ V1 \ BackendMetastore

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

METASTORE_TYPE_UNSPECIFIED

Value: 0

The metastore type is not set.

Generated from protobuf enum METASTORE_TYPE_UNSPECIFIED = 0;

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;