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` object, which acts as an interface defining virtual methods for `ServiceManagerClient` in the context of Google Cloud's Service Management API."],["The `ServiceManagerConnection` allows for injecting custom behavior, such as using mock objects for testing with `ServiceManagerClient`."],["It provides access to various functions for managing services, such as `ListServices`, `GetService`, `CreateService`, `DeleteService`, `UndeleteService`, and managing configurations and rollouts."],["The document contains the various versions of this implementation, with the latest release candidate being version `2.37.0-rc`."],["The document also contains information to help users make concrete instances using `MakeServiceManagerConnection()`, and how to use mocks with `servicemanagement_v1_mocks::MockServiceManagerConnection`."]]],[]]