This interface defines virtual methods for each of the user-facing overload sets in CompletionClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CompletionClient.
[[["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."],[[["The latest version available is 2.37.0-rc, with the page detailing various other versions of the `CompletionConnection` class, down to version 2.11.0."],["The `CompletionConnection` object is used in conjunction with `CompletionClient` in the context of Google Cloud Talent V4, where it provides an interface with virtual methods corresponding to each overload set available in `CompletionClient`."],["This setup enables developers to introduce custom behaviors and inject mock objects, as seen in `talent_v4_mocks::MockCompletionConnection`, within their testing environments."],["The page provides a way to construct a concrete instance of the connection object using `MakeCompletionConnection()`, as well as providing information on the return type of `Options` function and `CompleteQuery`."]]],[]]