Class SearchServiceConnection (2.23.0-rc)

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
TypeDescription
Options

virtual Search(google::cloud::retail::v2::SearchRequest)

Parameter
NameDescription
request google::cloud::retail::v2::SearchRequest
Returns
TypeDescription
StreamRange< google::cloud::retail::v2::SearchResponse::SearchResult >