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 \ CatalogAttributeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;