This interface defines virtual methods for each of the user-facing overload sets in ServiceManagerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ServiceManagerClient.
[[["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-18 UTC."],[[["This page provides documentation for the `ServiceManagerConnection` object, specifically within the context of Google Cloud Service Management's C++ client library."],["The `ServiceManagerConnection` class defines the interface with virtual methods corresponding to user-facing overload sets found in the `ServiceManagerClient`, enabling the injection of custom behavior for testing purposes."],["Version 2.37.0-rc is the latest version of the documentation available and the documentation covers versions of the library down to 2.11.0."],["`ServiceManagerConnection` facilitates various operations, including listing, getting, creating, deleting, and undeleting services and service configurations, as well as handling rollouts and config reports."],["Users can create a concrete instance of this class via the `MakeServiceManagerConnection()` function, and for testing purposes the `MockServiceManagerConnection` class is available for creating mock instances."]]],[]]