public enum Database.Type extends Enum<Database.Type> implements ProtocolMessageEnum
The database type.
Protobuf enum google.cloud.bigquery.biglake.v1.Database.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
HIVE |
Represents a database storing tables compatible with Hive Metastore tables. |
HIVE_VALUE |
Represents a database storing tables compatible with Hive Metastore tables. |
TYPE_UNSPECIFIED |
The type is not specified. |
TYPE_UNSPECIFIED_VALUE |
The type is not specified. |
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() |