Enum ListIcebergCatalogsRequest.CatalogView (0.62.0)

public enum ListIcebergCatalogsRequest.CatalogView extends Enum<ListIcebergCatalogsRequest.CatalogView> implements ProtocolMessageEnum

The enumeration of the views that can be returned.

Protobuf enum google.cloud.biglake.v1.ListIcebergCatalogsRequest.CatalogView

Implements

ProtocolMessageEnum

Static Fields

Name Description
CATALOG_VIEW_BASIC

Include only the name and catalog type.

CATALOG_VIEW_BASIC = 1;

CATALOG_VIEW_BASIC_VALUE

Include only the name and catalog type.

CATALOG_VIEW_BASIC = 1;

CATALOG_VIEW_FULL

Include all fields of the catalog.

CATALOG_VIEW_FULL = 2;

CATALOG_VIEW_FULL_VALUE

Include all fields of the catalog.

CATALOG_VIEW_FULL = 2;

CATALOG_VIEW_UNSPECIFIED

Default/unset value. Same as BASIC.

CATALOG_VIEW_UNSPECIFIED = 0;

CATALOG_VIEW_UNSPECIFIED_VALUE

Default/unset value. Same as BASIC.

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