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