public enum IcebergCatalog.CatalogType extends Enum<IcebergCatalog.CatalogType> implements ProtocolMessageEnumThe type of Iceberg catalog.
Protobuf enum google.cloud.oracledatabase.v1.IcebergCatalog.CatalogType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CATALOG_TYPE_UNSPECIFIED |
Catalog type not specified. |
CATALOG_TYPE_UNSPECIFIED_VALUE |
Catalog type not specified. |
GLUE |
Glue catalog. |
GLUE_VALUE |
Glue catalog. |
HADOOP |
Hadoop catalog. |
HADOOP_VALUE |
Hadoop catalog. |
NESSIE |
Nessie catalog. |
NESSIE_VALUE |
Nessie catalog. |
POLARIS |
Polaris catalog. |
POLARIS_VALUE |
Polaris catalog. |
REST |
REST catalog. |
REST_VALUE |
REST catalog. |
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() |
|