This interface defines virtual methods for each of the user-facing overload sets in CompletionServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CompletionServiceClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage details the `CompletionServiceConnection` object for `CompletionServiceClient`, which is a part of the Google Cloud Discovery Engine v1 C++ library."],["The `CompletionServiceConnection` interface allows for custom behavior injection, such as using Google Mock objects, during testing of `CompletionServiceClient` objects."],["This document lists the available versions of the `CompletionServiceConnection`, with `2.37.0-rc` being the latest, followed by versions ranging from `2.36.0` down to `2.15.1`."],["The interface defines virtual methods for various operations including `CompleteQuery`, `ImportSuggestionDenyListEntries`, `PurgeSuggestionDenyListEntries`, `ImportCompletionSuggestions`, and `PurgeCompletionSuggestions`, each accepting a request object as a parameter."],["The `CompletionServiceConnection` class is used to create a concrete instance using `MakeCompletionServiceConnection()`, and can be mocked using `discoveryengine_v1_mocks::MockCompletionServiceConnection`."]]],[]]