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