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-03-21 UTC."],[[["This document details the `ServiceManagerConnection` class, which provides an interface for interacting with the `ServiceManagerClient` in the Google Cloud Service Management API, specifically for the C++ environment."],["The `ServiceManagerConnection` interface defines virtual methods that mirror the user-facing overload sets in `ServiceManagerClient`, facilitating the injection of custom behaviors for testing purposes."],["The document provides details of numerous methods for this class, such as `ListServices`, `GetService`, `CreateService`, and `DeleteService`, each having associated parameters and return types, all related to managing services and their configurations."],["A list of available versions, ranging from 2.11.0 to the latest 2.37.0-rc, is provided, with links to the respective documentation for the `ServiceManagerConnection` class in each version, which also specifies the location for `MakeServiceManagerConnection()`."],["This document provides access to a mocking class `MockServiceManagerConnection` which allows for the simulation of the `ServiceManagerConnection` when writing tests."]]],[]]