Module: Google::Cloud::Retail::V2::CatalogAttribute::IndexableOption

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

Overview

The status of the indexable option of a catalog attribute.

Constant Summary collapse

INDEXABLE_OPTION_UNSPECIFIED =

Value used when unset.

0
INDEXABLE_ENABLED =

Indexable option enabled for an attribute.

1
INDEXABLE_DISABLED =

Indexable option disabled for an attribute.

2