Google Cloud Retail V2 Client - Class SearchSolutionUseCase (1.1.1)

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
NameDescription
value mixed

value

Parameter
NameDescription
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;

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;