Reference documentation and code samples for the Google Cloud Retail V2 Client class Mode.
Enum to control DynamicFacet mode
Protobuf type google.cloud.retail.v2.SearchRequest.DynamicFacetSpec.Mode
Namespace
Google \ Cloud \ Retail \ V2 \ SearchRequest \ DynamicFacetSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
DISABLED
Value: 1Disable Dynamic Facet.
Generated from protobuf enum DISABLED = 1;
ENABLED
Value: 2Automatic mode built by Google Retail Search.
Generated from protobuf enum ENABLED = 2;