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

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

The backend database type for the metastore service.

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

Namespace

Google \ Cloud \ Metastore \ V1 \ Service

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;