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-21 UTC."],[[["This webpage details the `ServiceManagerConnection` class, which defines virtual methods for each user-facing overload set in `ServiceManagerClient`, allowing for custom behavior injection during testing."],["The latest release candidate for `ServiceManagerConnection` is version 2.37.0-rc, with older versions available, starting at version 2.36.0 down to version 2.11.0."],["The `ServiceManagerConnection` object is used for the `ServiceManagerClient` to interact with service management and this includes the abilities to list, get, create, delete, and undelete services."],["`ServiceManagerConnection` also handles service configurations, rollouts, and config report generation through a number of virtual methods."],["A `MockServiceManagerConnection` is available for mocking purposes, and a concrete instance can be created using the `MakeServiceManagerConnection()` method."]]],[]]