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 `ServiceControllerConnection` object is used for `ServiceControllerClient` and provides virtual methods for each user-facing overload set."],["This setup allows for injecting custom behavior in tests, such as using Google Mock objects with `ServiceControllerClient`."],["A concrete instance of `ServiceControllerConnection` can be created via the `MakeServiceControllerConnection()` function."],["Mock implementations of this can be done through `servicecontrol_v1_mocks::MockServiceControllerConnection`."],["The class includes virtual methods like `options()`, `Check()`, and `Report()` for managing service control requests."]]],[]]