public enum Service.DatabaseType extends Enum<Service.DatabaseType> implements ProtocolMessageEnum
The backend database type for the metastore service.
Protobuf enum google.events.cloud.metastore.v1.Service.DatabaseType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DATABASE_TYPE_UNSPECIFIED |
The DATABASE_TYPE is not set. |
DATABASE_TYPE_UNSPECIFIED_VALUE |
The DATABASE_TYPE is not set. |
MYSQL |
MySQL is used to persist the metastore data. |
MYSQL_VALUE |
MySQL is used to persist the metastore data. |
SPANNER |
Spanner is used to persist the metastore data. |
SPANNER_VALUE |
Spanner is used to persist the metastore data. |
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() |