The RecommendationServiceConnection object for RecommendationServiceClient.
This interface defines virtual methods for each of the user-facing overload sets in RecommendationServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RecommendationServiceClient.
To create a concrete instance, see MakeRecommendationServiceConnection().
For mocking, see discoveryengine_v1_mocks::MockRecommendationServiceConnection.
Functions
virtual options()
| Returns | |
|---|---|
| Type | Description |
Options |
|
virtual Recommend(google::cloud::discoveryengine::v1::RecommendRequest const &)
| Parameter | |
|---|---|
| Name | Description |
request |
google::cloud::discoveryengine::v1::RecommendRequest const &
|
| Returns | |
|---|---|
| Type | Description |
StatusOr< google::cloud::discoveryengine::v1::RecommendResponse > |
|