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."],[[["The page details the `ServiceManagerConnection` object for `ServiceManagerClient`, providing virtual methods for user-facing overload sets."],["Users can customize behavior in tests by injecting custom behavior, such as Google Mock objects, into `ServiceManagerClient` objects."],["The interface allows for operations like listing, getting, creating, deleting, and undeleting services, and provides access to various service configurations and rollouts."],["There are various versions for this object, with `2.37.0-rc` being the latest version in development."],["The user can create a concrete instance of the object by using `MakeServiceManagerConnection()` or mock it using `servicemanagement_v1_mocks::MockServiceManagerConnection`."]]],[]]