This interface defines virtual methods for each of the user-facing overload sets in ServiceControllerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ServiceControllerClient.
[[["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-02 UTC."],[[["The webpage provides documentation for the `ServiceControllerConnection` object, which is part of the Google Cloud Service Control C++ library, with version 2.21.0 being the focus."],["The latest release candidate is version 2.37.0-rc, and numerous other versions are available, ranging down to 2.11.0, with links provided for each version's documentation."],["`ServiceControllerConnection` defines the virtual methods for user-facing overload sets in `ServiceControllerClient`, enabling custom behavior injection, such as using a Google Mock object for testing."],["Key functions within `ServiceControllerConnection` include `options()`, `Check()`, and `Report()`, each having parameters and return types related to service control requests and responses."],["Users can create a concrete instance of `ServiceControllerConnection` using `MakeServiceControllerConnection()` or use the `servicecontrol_v2_mocks::MockServiceControllerConnection` class for mocking."]]],[]]