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."],[[["This webpage provides documentation for the `ServiceControllerConnection` class, which is part of the Google Cloud Service Control API, specifically within the C++ library."],["The `ServiceControllerConnection` class defines virtual methods corresponding to user-facing overloads in `ServiceControllerClient`, allowing for the injection of custom behavior, particularly in testing environments."],["The latest release version documented on this page is 2.37.0-rc, but also contains a comprehensive list of historical versions, from 2.36.0 down to 2.11.0."],["The documentation includes details on creating concrete instances of `ServiceControllerConnection` via `MakeServiceControllerConnection()` and using mocks via `MockServiceControllerConnection`."],["Key functions of the `ServiceControllerConnection` are `options()`, `Check()`, and `Report()`, each described with their parameters and return types, handling `CheckRequest` and `ReportRequest`."]]],[]]