Module: Google::Cloud::Retail::V2::SearchSolutionUseCase
- Defined in:
- proto_docs/google/cloud/retail/v2/common.rb
Overview
The use case of Cloud Retail Search.
Constant Summary collapse
- SEARCH_SOLUTION_USE_CASE_UNSPECIFIED =
The value when it's unspecified. In this case, server behavior defaults to SEARCH_SOLUTION_USE_CASE_SEARCH.
0
- SEARCH_SOLUTION_USE_CASE_SEARCH =
Search use case. Expects the traffic has a non-empty query.
1
- SEARCH_SOLUTION_USE_CASE_BROWSE =
Browse use case. Expects the traffic has an empty query.
2