Module: Google::Cloud::Retail::V2::CatalogAttribute::RetrievableOption

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

Overview

The status of the retrievable option of a catalog attribute.

Constant Summary collapse

RETRIEVABLE_OPTION_UNSPECIFIED =

Value used when unset.

0
RETRIEVABLE_ENABLED =

Retrievable option enabled for an attribute.

1
RETRIEVABLE_DISABLED =

Retrievable option disabled for an attribute.

2