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-22 UTC."],[[["This webpage provides documentation for the `CompletionConnection` class within the Google Cloud Talent v4 library, offering version-specific information from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `CompletionConnection` class serves as an interface for the `CompletionClient`, defining virtual methods to allow for custom behavior, primarily useful when creating mock objects for testing."],["Users can interact with `CompletionConnection` through methods such as `options()`, `CompleteQuery()`, and `GetOperation()`, each detailed with parameter and return type information."],["To create an instance of `CompletionConnection`, the `MakeCompletionConnection()` function should be used and for mocking, use `talent_v4_mocks::MockCompletionConnection`."],["The documentation provides links to each version's `CompletionConnection` class, enabling users to access the interface for the version relevant to their needs."]]],[]]