Google Cloud Dataproc Metastore V1beta Client - Class DatabaseType (1.0.0-RC1)

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

The backend database type for the metastore service.

Protobuf type google.cloud.metastore.v1beta.Service.DatabaseType

Namespace

Google \ Cloud \ Metastore \ V1beta \ Service

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATABASE_TYPE_UNSPECIFIED

Value: 0

The DATABASE_TYPE is not set.

Generated from protobuf enum DATABASE_TYPE_UNSPECIFIED = 0;

MYSQL

Value: 1

MySQL is used to persist the metastore data.

Generated from protobuf enum MYSQL = 1;

SPANNER

Value: 2

Spanner is used to persist the metastore data.

Generated from protobuf enum SPANNER = 2;