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

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

The type of the database dump.

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

Namespace

Google \ Cloud \ Metastore \ V1beta \ DatabaseDumpSpec

Methods

static::name

Parameter
NameDescription
value mixed

static::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;