The SearchServiceConnection
object for SearchServiceClient
.
This interface defines virtual methods for each of the user-facing overload sets in SearchServiceClient
. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SearchServiceClient
.
To create a concrete instance, see MakeSearchServiceConnection()
.
For mocking, see retail_v2_mocks::MockSearchServiceConnection
.
Functions
virtual options()
Returns | |
---|---|
Type | Description |
Options |
virtual Search(google::cloud::retail::v2::SearchRequest)
Parameter | |
---|---|
Name | Description |
request |
google::cloud::retail::v2::SearchRequest
|
Returns | |
---|---|
Type | Description |
StreamRange< google::cloud::retail::v2::SearchResponse::SearchResult > |