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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["The latest release candidate version is 2.37.0-rc, and the page includes versions down to 2.11.0."],["`ServiceControllerConnection` defines virtual methods for each user-facing overload set in `ServiceControllerClient`, enabling custom behavior injection during testing."],["`MakeServiceControllerConnection()` creates a concrete instance of the object, whereas the `servicecontrol_v2_mocks::MockServiceControllerConnection` class can be used for mocking."],["The interface includes virtual methods such as `options()`, `Check()`, and `Report()`, all of which have specific parameters and return types."],["The `Check()` and `Report()` functions handle requests of type `google::api::servicecontrol::v2::CheckRequest const &` and `google::api::servicecontrol::v2::ReportRequest const &`, respectively, and return values wrapped in `StatusOr`."]]],[]]