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` object, which works in conjunction with the `ControlServiceClient` to manage retail controls."],["The page lists available versions of the `ControlServiceConnection`, with 2.37.0-rc being the latest release candidate and 2.24.0 being the base for this documentation."],["`ControlServiceConnection` defines the interface for user-facing methods in `ControlServiceClient`, enabling the injection of custom behaviors for testing purposes."],["The `ControlServiceConnection` has functions for `CreateControl`, `DeleteControl`, `UpdateControl`, `GetControl`, and `ListControls`, each accepting a specific request type and returning a status or data object."],["`MakeControlServiceConnection()` can be used to generate a real instance, while `MockControlServiceConnection` can be used to help with testing."]]],[]]