Module: Google::Cloud::Retail::V2::CatalogAttribute::ExactSearchableOption

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

Overview

The status of the exact-searchable option of a catalog attribute.

Constant Summary collapse

EXACT_SEARCHABLE_OPTION_UNSPECIFIED =

Value used when unset.

0
EXACT_SEARCHABLE_ENABLED =

Exact searchable option enabled for an attribute.

1
EXACT_SEARCHABLE_DISABLED =

Exact searchable option disabled for an attribute.

2