This interface defines virtual methods for each of the user-facing overload sets in ControlServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ControlServiceClient.
[[["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-07-09 UTC."],[[["This webpage details the `ControlServiceConnection` class within the Google Cloud Retail C++ library, focusing on version 2.19.0 and referencing multiple other versions."],["The `ControlServiceConnection` interface allows for the injection of custom behavior into `ControlServiceClient` objects, facilitating testing with tools like Google Mock."],["The class provides virtual methods for operations such as `CreateControl`, `DeleteControl`, `UpdateControl`, `GetControl`, and `ListControls`, all of which interact with the Retail API."],["Users can utilize the `MakeControlServiceConnection()` function to generate a concrete instance of the connection, or the `MockControlServiceConnection` for mocking purposes."]]],[]]