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-04-17 UTC."],[[["This webpage provides documentation for the `CompletionConnection` class within the Google Cloud Talent API's C++ library, specifically highlighting versions from 2.11.0 up to the latest release candidate, 2.37.0-rc."],["The `CompletionConnection` class is an interface that defines virtual methods for the user-facing overload sets found in `CompletionClient`, allowing for custom behavior injection during testing."],["The page provides direct links to the documentation for each version of the `CompletionConnection` class, each in the namespace `google::cloud::talent_v4`."],["The `CompletionConnection` class has functions such as `options()`, which returns `Options`, and `CompleteQuery`, which takes a `CompleteQueryRequest` and returns a `StatusOr\u003cCompleteQueryResponse\u003e`."],["Users can find the `MakeCompletionConnection()` function to create a concrete instance, or they can use the `MockCompletionConnection` class in the `talent_v4_mocks` namespace for mocking purposes."]]],[]]