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-04-17 UTC."],[[["This document outlines the `ServiceManagerConnection` interface, which provides virtual methods for each user-facing overload set in `ServiceManagerClient`, allowing for custom behavior injection during testing."],["The latest version available for reference is 2.37.0-rc, with numerous previous versions listed, allowing users to access specific documentation based on their project's version."],["`ServiceManagerConnection` enables interaction with various service management functions, including listing, creating, deleting, and managing services, configurations, and rollouts."],["Users can create a concrete instance using `MakeServiceManagerConnection()` or utilize `MockServiceManagerConnection` for mocking purposes."],["The virtual functions listed within this documentation, like `ListServices`, `GetService`, and `CreateServiceRollout`, detail how to interact and manage service data."]]],[]]