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-03-14 UTC."],[[["This webpage provides documentation for the `CompletionConnection` object, which is integral to the `CompletionClient` within the Google Cloud Talent v4 library."],["The content lists various versions of the `CompletionConnection`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, allowing access to specific version documentation."],["`CompletionConnection` defines virtual methods mirroring the user-facing overloads in `CompletionClient`, facilitating the injection of custom behaviors for testing purposes."],["Users can utilize the `MakeCompletionConnection()` function to create a concrete instance of `CompletionConnection`, or they can use `talent_v4_mocks::MockCompletionConnection` for mocking purposes."],["The `CompletionConnection` interface provides functions like `options()`, which returns `Options`, and `CompleteQuery()`, which takes a `CompleteQueryRequest` and returns a `CompleteQueryResponse` encapsulated in a `StatusOr` object."]]],[]]