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

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

The type of the database.

Protobuf type google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.DatabaseType

Namespace

Google \ Cloud \ Metastore \ V1beta \ MetadataImport \ DatabaseDump

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DATABASE_TYPE_UNSPECIFIED

Value: 0

The type of the source database is unknown.

Generated from protobuf enum DATABASE_TYPE_UNSPECIFIED = 0;

MYSQL

Value: 1

The type of the source database is MySQL.

Generated from protobuf enum MYSQL = 1;