This interface defines virtual methods for each of the user-facing overload sets in CompletionServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CompletionServiceClient.
[[["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 `CompletionServiceConnection` object, which is used with `CompletionServiceClient` in the Google Cloud Retail v2 C++ library."],["The `CompletionServiceConnection` interface allows users to customize behavior, especially useful for testing with mock objects like `MockCompletionServiceConnection`."],["The documentation covers various versions of the library, ranging from the latest `2.37.0-rc` down to `2.11.0`, with direct links to each version's API reference."],["The document lists virtual functions like `options()`, `CompleteQuery()`, and `ImportCompletionData()`, detailing their parameters, return types, and descriptions."],["`MakeCompletionServiceConnection()` is the function used to create a concrete instance of the object."]]],[]]