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