Enum IcebergCatalog.CatalogType (0.83.0)

public enum IcebergCatalog.CatalogType extends Enum<IcebergCatalog.CatalogType> implements ProtocolMessageEnum

Determines the catalog type.

Protobuf enum google.cloud.biglake.v1.IcebergCatalog.CatalogType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CATALOG_TYPE_BIGLAKE

BigLake catalog type.

CATALOG_TYPE_BIGLAKE = 3;

CATALOG_TYPE_BIGLAKE_VALUE

BigLake catalog type.

CATALOG_TYPE_BIGLAKE = 3;

CATALOG_TYPE_FEDERATED

Federated catalog type.

CATALOG_TYPE_FEDERATED = 4;

CATALOG_TYPE_FEDERATED_VALUE

Federated catalog type.

CATALOG_TYPE_FEDERATED = 4;

CATALOG_TYPE_GCS_BUCKET

Google Cloud Storage bucket catalog type.

CATALOG_TYPE_GCS_BUCKET = 1;

CATALOG_TYPE_GCS_BUCKET_VALUE

Google Cloud Storage bucket catalog type.

CATALOG_TYPE_GCS_BUCKET = 1;

CATALOG_TYPE_UNSPECIFIED

Default value. This value is unused.

CATALOG_TYPE_UNSPECIFIED = 0;

CATALOG_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

CATALOG_TYPE_UNSPECIFIED = 0;

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