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 page details the `ServiceControllerConnection` class within the Google Cloud Service Control v2 C++ library, with the latest release candidate version being 2.37.0-rc."],["The `ServiceControllerConnection` interface defines virtual methods corresponding to the user-facing overload sets in `ServiceControllerClient`, facilitating the injection of custom behavior for testing."],["Users can find concrete instances of `ServiceControllerConnection` via `MakeServiceControllerConnection()` or utilize `MockServiceControllerConnection` for mocking in tests."],["The `ServiceControllerConnection` class includes virtual functions such as `options()`, `Check(google::api::servicecontrol::v2::CheckRequest const &)`, and `Report(google::api::servicecontrol::v2::ReportRequest const &)` for managing service control interactions."],["The page lists historical versions of the library, ranging from 2.11.0 to 2.36.0, along with links to their respective documentation."]]],[]]