public enum DatabaseDumpSpec.Type extends Enum<DatabaseDumpSpec.Type> implements ProtocolMessageEnum
The type of the database dump.
Protobuf enum google.events.cloud.metastore.v1.DatabaseDumpSpec.Type
Implements
ProtocolMessageEnumInherited Members
Static Fields |
|
---|---|
Name | Description |
AVRO |
Database dump contains Avro files. |
AVRO_VALUE |
Database dump contains Avro files. |
MYSQL |
Database dump is a MySQL dump file. |
MYSQL_VALUE |
Database dump is a MySQL dump file. |
TYPE_UNSPECIFIED |
The type of the database dump is unknown. |
TYPE_UNSPECIFIED_VALUE |
The type of the database dump is unknown. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |