Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class SearchUseCase.
Defines a further subdivision of SolutionType
.
Specifically applies to SOLUTION_TYPE_SEARCH.
Protobuf type google.cloud.discoveryengine.v1.SearchUseCase
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEARCH_USE_CASE_UNSPECIFIED
Value: 0
Value used when unset. Will not occur in CSS.
Generated from protobuf enum SEARCH_USE_CASE_UNSPECIFIED = 0;
SEARCH_USE_CASE_SEARCH
Value: 1
Search use case. Expects the traffic has a non-empty query.
Generated from protobuf enum SEARCH_USE_CASE_SEARCH = 1;
SEARCH_USE_CASE_BROWSE
Value: 2
Browse use case. Expects the traffic has an empty query.
Generated from protobuf enum SEARCH_USE_CASE_BROWSE = 2;