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
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INDEXABLE_OPTION_UNSPECIFIED
Value: 0Value used when unset. Defaults to INDEXABLE_ENABLED.
Generated from protobuf enum INDEXABLE_OPTION_UNSPECIFIED = 0;
INDEXABLE_ENABLED
Value: 1Indexable option enabled for an attribute.
Generated from protobuf enum INDEXABLE_ENABLED = 1;
INDEXABLE_DISABLED
Value: 2Indexable option disabled for an attribute.
Generated from protobuf enum INDEXABLE_DISABLED = 2;