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-14 UTC."],[[["The webpage provides documentation for the `ServiceControllerConnection` object, which is part of the Google Cloud Service Control C++ library."],["The latest version available is `2.37.0-rc`, but many previous versions are also accessible, ranging down to `2.11.0`."],["`ServiceControllerConnection` defines virtual methods for user-facing overload sets found in `ServiceControllerClient`, enabling custom behavior in tests."],["The `ServiceControllerConnection` includes functions for `options()`, `Check()`, and `Report()`, which interface with the Google API service control."],["A mock version, `MockServiceControllerConnection`, is available for testing, and the concrete implementation can be accessed via `MakeServiceControllerConnection()`."]]],[]]