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