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-09 UTC."],[[["This webpage lists the different versions of the `CompletionConnection` class for Google Cloud Talent, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `CompletionConnection` object is used in conjunction with `CompletionClient` and defines virtual methods for its user-facing overload sets."],["Custom behavior can be implemented using objects of type `CompletionClient`, allowing for more effective testing and flexibility in the application."],["The `MakeCompletionConnection()` function can be used to instantiate a concrete `CompletionConnection` object, while `talent_v4_mocks::MockCompletionConnection` is used for mocking."],["The `CompleteQuery` function, a virtual method of `CompletionConnection`, takes a `google::cloud::talent::v4::CompleteQueryRequest` as input and returns a `StatusOr\u003c google::cloud::talent::v4::CompleteQueryResponse \u003e`."]]],[]]