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-08-14 UTC."],[[["This webpage details the `ServiceManagerConnection` object, which is utilized by `ServiceManagerClient` in the Google Cloud Service Management API, providing an interface with virtual methods for user-facing overload sets."],["The page lists various versions of the Service Management API, with version 2.37.0-rc marked as the latest release and version 2.13.0 as the current context."],["`ServiceManagerConnection` allows the injection of custom behaviors for testing, using Google Mock objects or the `MockServiceManagerConnection` class, and concrete instances can be created using `MakeServiceManagerConnection()`."],["The `ServiceManagerConnection` object defines virtual functions for operations like `ListServices`, `GetService`, `CreateService`, `DeleteService`, and many others, each taking a specific request type and returning a corresponding response or a stream of responses."],["The class methods allow for the interaction with operations related to services, service configurations, and service rollouts, which includes listing, getting, creating, deleting, undeleting, submitting, and generating reports."]]],[]]