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-02 UTC."],[[["This webpage details the `ServiceControllerConnection` class, which is an interface for `ServiceControllerClient` within the Google Cloud Service Control C++ library."],["The `ServiceControllerConnection` class provides virtual methods mirroring those in `ServiceControllerClient`, enabling users to customize behavior during testing via mock objects."],["The page provides links to various versions of the `ServiceControllerConnection` documentation, ranging from version 2.11.0 to 2.36.0, with 2.37.0-rc being the latest, as well as version 2.26.0 being the version of focus."],["The page describes how to create a `ServiceControllerConnection` object, referring users to the `MakeServiceControllerConnection()` function, or to `servicecontrol_v2_mocks::MockServiceControllerConnection` for mocking purposes."],["The `ServiceControllerConnection` interface contains functions such as `options()`, `Check(google::api::servicecontrol::v2::CheckRequest const &)`, and `Report(google::api::servicecontrol::v2::ReportRequest const &)` for interacting with the service."]]],[]]