Reference documentation and code samples for the Google Cloud Retail V2 Client class SearchSolutionUseCase.
The use case of Cloud Retail Search.
Protobuf type google.cloud.retail.v2.SearchSolutionUseCase
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEARCH_SOLUTION_USE_CASE_UNSPECIFIED
Value: 0
The value when it's unspecified. In this case, server behavior defaults to SEARCH_SOLUTION_USE_CASE_SEARCH.
Generated from protobuf enum SEARCH_SOLUTION_USE_CASE_UNSPECIFIED = 0;
SEARCH_SOLUTION_USE_CASE_SEARCH
Value: 1
Search use case. Expects the traffic has a non-empty query.
Generated from protobuf enum SEARCH_SOLUTION_USE_CASE_SEARCH = 1;
SEARCH_SOLUTION_USE_CASE_BROWSE
Value: 2
Browse use case. Expects the traffic has an empty query.
Generated from protobuf enum SEARCH_SOLUTION_USE_CASE_BROWSE = 2;