Module: Google::Cloud::Retail::V2::CatalogAttribute::SearchableOption

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

Overview

The status of the searchable option of a catalog attribute.

Constant Summary collapse

SEARCHABLE_OPTION_UNSPECIFIED =

Value used when unset.

0
SEARCHABLE_ENABLED =

Searchable option enabled for an attribute.

1
SEARCHABLE_DISABLED =

Searchable option disabled for an attribute.

2