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

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

The backend database type for the metastore service.

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

Namespace

Google \ Cloud \ Metastore \ V1alpha \ 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;