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 facilitates interaction with the `ServiceManagerClient` in the Google Cloud Service Management API."],["The `ServiceManagerConnection` class provides virtual methods that correspond to user-facing methods in `ServiceManagerClient`, allowing for custom behavior injection during testing."],["Version `2.37.0-rc` is the latest version available, while this documentation focuses on version `2.12.0` and there are numerous versions listed in between."],["Concrete instances of the `ServiceManagerConnection` class can be created using the `MakeServiceManagerConnection()` function."],["The class includes a comprehensive set of virtual functions for managing services, configurations, and rollouts, such as `ListServices`, `CreateServiceConfig`, and `CreateServiceRollout`."]]],[]]