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 latest release candidate version is 2.37.0-rc, and version 2.27.0 is presented in detail on this webpage."],["This documentation outlines the `ServiceControllerConnection` object, which interfaces with the `ServiceControllerClient`, allowing users to interact with the service."],["`ServiceControllerConnection` facilitates custom behavior injection during testing via virtual methods and the ability to use a Google Mock object."],["`ServiceControllerConnection` exposes virtual functions, such as `options()`, `Check()`, and `Report()`, to send requests and receive responses related to service control operations."],["You can create a concrete instance using `MakeServiceControllerConnection()` or mock it with `servicecontrol_v2_mocks::MockServiceControllerConnection` for testing."]]],[]]