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 document outlines the `ServiceManagerConnection` class, which provides an interface for interacting with the `ServiceManagerClient` in the Google Cloud Service Management API, version 2.21.0."],["The interface allows for injecting custom behavior, such as using a Google Mock object, to facilitate testing of `ServiceManagerClient` objects."],["The `ServiceManagerConnection` offers a suite of virtual methods for managing services, configurations, and rollouts, such as `ListServices`, `CreateService`, `GetServiceConfig`, `CreateServiceRollout` and many others."],["To generate a concrete instance, you should use the `MakeServiceManagerConnection()` function, and for mocking, the `servicemanagement_v1_mocks::MockServiceManagerConnection` can be utilized."],["The document provides a list of available versions of this Service Management api, ranging from `2.37.0-rc` (latest) down to `2.11.0` ."]]],[]]