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