Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class DatabaseType.
The type of the database.
Protobuf type google.cloud.metastore.v1.MetadataImport.DatabaseDump.DatabaseType
Namespace
Google \ Cloud \ Metastore \ V1 \ MetadataImport \ DatabaseDumpMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;