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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage provides documentation for the `CompletionConnection` object, which is part of the Google Cloud Talent V4 library and is used in conjunction with `CompletionClient`."],["The content lists various versions of the library, including the latest release candidate (2.37.0-rc), and previous versions down to 2.11.0, all of which are links to their corresponding documentation."],["The `CompletionConnection` interface offers virtual methods for user-facing overload sets in `CompletionClient`, facilitating custom behavior injection, especially for testing with tools like Google Mock."],["To use a concrete instance, you should refer to `MakeCompletionConnection()`, while for mocking, you should refer to `talent_v4_mocks::MockCompletionConnection`."],["It defines the functions `virtual options()` and `virtual CompleteQuery(google::cloud::talent::v4::CompleteQueryRequest const \\&)` which returns respectively `Options` and `StatusOr\u003c google::cloud::talent::v4::CompleteQueryResponse \u003e`."]]],[]]