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 discoveryengine_v1_mocks::MockSearchServiceConnection.
Functions
virtual options()
| Returns | |
|---|---|
| Type | Description |
Options |
|
virtual Search(google::cloud::discoveryengine::v1::SearchRequest)
| Parameter | |
|---|---|
| Name | Description |
request |
google::cloud::discoveryengine::v1::SearchRequest
|
| Returns | |
|---|---|
| Type | Description |
StreamRange< google::cloud::discoveryengine::v1::SearchResponse::SearchResult > |
|