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
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATABASE_TYPE_UNSPECIFIED
Value: 0The DATABASE_TYPE is not set.
Generated from protobuf enum DATABASE_TYPE_UNSPECIFIED = 0;
MYSQL
Value: 1MySQL is used to persist the metastore data.
Generated from protobuf enum MYSQL = 1;
SPANNER
Value: 2Spanner is used to persist the metastore data.
Generated from protobuf enum SPANNER = 2;