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-14 UTC."],[[["This document details the `ServiceManagerConnection` class, which interfaces with the `ServiceManagerClient` to provide virtual methods for various service management operations."],["The class supports custom behavior injection for testing, such as utilizing Google Mock objects via `MockServiceManagerConnection`."],["Users can create concrete instances of `ServiceManagerConnection` using the `MakeServiceManagerConnection()` function."],["The document lists all available versions of `ServiceManagerConnection`, starting with the latest release candidate, 2.37.0-rc, and descending to version 2.11.0."],["The `ServiceManagerConnection` class defines virtual methods for operations like `ListServices`, `GetService`, `CreateService`, and `DeleteService`, and many others, each supporting a specific `request` type and `Returns` type."]]],[]]