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"]],[["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-04-17 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."]]],[]]