Class GroundedGenerationServiceConnection (2.31.0)

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 AsyncStreamGenerateGroundedContent()

Returns
Type Description
std::unique_ptr<::google::cloud::AsyncStreamingReadWriteRpc< google::cloud::discoveryengine::v1::GenerateGroundedContentRequest, google::cloud::discoveryengine::v1::GenerateGroundedContentResponse > >

virtual GenerateGroundedContent(google::cloud::discoveryengine::v1::GenerateGroundedContentRequest const &)

Parameter
Name Description
request google::cloud::discoveryengine::v1::GenerateGroundedContentRequest const &
Returns
Type Description
StatusOr< google::cloud::discoveryengine::v1::GenerateGroundedContentResponse >

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 >

virtual ListOperations(google::longrunning::ListOperationsRequest)

Parameter
Name Description
request google::longrunning::ListOperationsRequest
Returns
Type Description
StreamRange< google::longrunning::Operation >

virtual GetOperation(google::longrunning::GetOperationRequest const &)

Parameter
Name Description
request google::longrunning::GetOperationRequest const &
Returns
Type Description
StatusOr< google::longrunning::Operation >

virtual CancelOperation(google::longrunning::CancelOperationRequest const &)

Parameter
Name Description
request google::longrunning::CancelOperationRequest const &
Returns
Type Description
Status