Enum DatabaseDumpSpec.Type (2.42.0)

public enum DatabaseDumpSpec.Type extends Enum<DatabaseDumpSpec.Type> implements ProtocolMessageEnum

The type of the database dump.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AVRO

Database dump contains Avro files.

AVRO = 2;

AVRO_VALUE

Database dump contains Avro files.

AVRO = 2;

MYSQL

Database dump is a MySQL dump file.

MYSQL = 1;

MYSQL_VALUE

Database dump is a MySQL dump file.

MYSQL = 1;

TYPE_UNSPECIFIED

The type of the database dump is unknown.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The type of the database dump is unknown.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()