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 webpage details the `ServiceManagerConnection` object, which defines virtual methods for each user-facing overload set in `ServiceManagerClient`, enabling custom behavior in tests."],["The latest release candidate version of this API is 2.37.0-rc, with numerous older versions available, back to 2.11.0."],["The webpage also includes a comprehensive list of the virtual functions available within the `ServiceManagerConnection` class, including `ListServices`, `GetService`, `CreateService`, and more, detailing the parameters and return types for each."],["It highlights the ability to mock the connection using `servicemanagement_v1_mocks::MockServiceManagerConnection`, which can be created via `MakeServiceManagerConnection()`."],["The `ServiceManagerConnection` object's primary purpose is to provide a structured interface for interacting with `ServiceManagerClient` methods."]]],[]]