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 \ BackendMetastoreMethods
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;
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;