Google Cloud Retail V2 Client - Class IndexableOption (1.5.0)

Reference documentation and code samples for the Google Cloud Retail V2 Client class IndexableOption.

The status of the indexable option of a catalog attribute.

Protobuf type google.cloud.retail.v2.CatalogAttribute.IndexableOption

Namespace

Google \ Cloud \ Retail \ V2 \ CatalogAttribute

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

INDEXABLE_OPTION_UNSPECIFIED

Value: 0

Value used when unset.

Generated from protobuf enum INDEXABLE_OPTION_UNSPECIFIED = 0;

INDEXABLE_ENABLED

Value: 1

Indexable option enabled for an attribute.

Generated from protobuf enum INDEXABLE_ENABLED = 1;

INDEXABLE_DISABLED

Value: 2

Indexable option disabled for an attribute.

Generated from protobuf enum INDEXABLE_DISABLED = 2;