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 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`."]]],[]]