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 lists different versions of the `ServiceControllerConnection` class, ranging from the latest release candidate, version 2.37.0-rc, down to version 2.11.0."],["The `ServiceControllerConnection` object is used in conjunction with the `ServiceControllerClient` to define the interface and virtual methods for user-facing overload sets."],["Users can customize behavior within `ServiceControllerClient` tests by injecting objects like a Google Mock object, such as `servicecontrol_v2_mocks::MockServiceControllerConnection`."],["The `ServiceControllerConnection` class includes functions such as `options()`, `Check(google::api::servicecontrol::v2::CheckRequest const &)`, and `Report(google::api::servicecontrol::v2::ReportRequest const &)`."],["To generate a functioning instance, refer to `MakeServiceControllerConnection()`, or, for testing purposes, refer to `servicecontrol_v2_mocks::MockServiceControllerConnection`."]]],[]]