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-21 UTC."],[[["This webpage details the `CompletionServiceConnection` object, which is associated with the `CompletionServiceClient` within version 2.34.0 of the retail C++ library."],["The `CompletionServiceConnection` interface provides virtual methods corresponding to each user-facing overload set found in `CompletionServiceClient`, enabling the injection of custom behavior for testing."],["The most recent release candidate is version 2.37.0-rc, and the documentation provides access to versions as old as 2.11.0 of the `CompletionServiceConnection`."],["The `CompletionServiceConnection` facilitates interaction with completion-related functionalities, including query completion and data import, using methods like `CompleteQuery` and `ImportCompletionData`."],["The document also describes the availability of a mock implementation, `MockCompletionServiceConnection`, for testing purposes, and a means to create a concrete implementation, `MakeCompletionServiceConnection()`."]]],[]]