Enum MetadataImport.DatabaseDump.DatabaseType (2.38.0)

public enum MetadataImport.DatabaseDump.DatabaseType extends Enum<MetadataImport.DatabaseDump.DatabaseType> implements ProtocolMessageEnum

The type of the database.

Protobuf enum google.cloud.metastore.v1alpha.MetadataImport.DatabaseDump.DatabaseType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DATABASE_TYPE_UNSPECIFIED

The type of the source database is unknown.

DATABASE_TYPE_UNSPECIFIED = 0;

DATABASE_TYPE_UNSPECIFIED_VALUE

The type of the source database is unknown.

DATABASE_TYPE_UNSPECIFIED = 0;

MYSQL

The type of the source database is MySQL.

MYSQL = 1;

MYSQL_VALUE

The type of the source database is MySQL.

MYSQL = 1;

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()