Module: Google::Cloud::Retail::V2::CatalogAttribute::DynamicFacetableOption

Defined in:
proto_docs/google/cloud/retail/v2/catalog.rb

Overview

The status of the dynamic facetable option of a catalog attribute.

Constant Summary collapse

DYNAMIC_FACETABLE_OPTION_UNSPECIFIED =

Value used when unset.

0
DYNAMIC_FACETABLE_ENABLED =

Dynamic facetable option enabled for an attribute.

1
DYNAMIC_FACETABLE_DISABLED =

Dynamic facetable option disabled for an attribute.

2