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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CATALOG_VIEW_BASIC |
Include only the name and catalog type. |
CATALOG_VIEW_BASIC_VALUE |
Include only the name and catalog type. |
CATALOG_VIEW_FULL |
Include all fields of the catalog. |
CATALOG_VIEW_FULL_VALUE |
Include all fields of the catalog. |
CATALOG_VIEW_UNSPECIFIED |
Default/unset value. Same as BASIC. |
CATALOG_VIEW_UNSPECIFIED_VALUE |
Default/unset value. Same as BASIC. |
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() |