Google Cloud Dataproc Metastore V1 Client - Class Type (0.6.1)

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

The type of the database dump.

Protobuf type google.cloud.metastore.v1.DatabaseDumpSpec.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

The type of the database dump is unknown.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

MYSQL

Value: 1

Database dump is a MySQL dump file.

Generated from protobuf enum MYSQL = 1;

AVRO

Value: 2

Database dump contains Avro files.

Generated from protobuf enum AVRO = 2;