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 webpage details the `ServiceManagerConnection` object, which facilitates interaction with the `ServiceManagerClient` for Google Cloud Service Management."],["The interface provides virtual methods corresponding to user-facing overload sets in `ServiceManagerClient`, enabling custom behavior injection for testing purposes."],["You can create a concrete instance of this connection by using the `MakeServiceManagerConnection()` function, while mocking is also possible by using `MockServiceManagerConnection`."],["The `ServiceManagerConnection` object has a series of functions, such as `ListServices`, `GetService`, `CreateService`, `DeleteService`, and more, to manage services and their configurations."],["The page displays a comprehensive list of versions of this connection, with 2.37.0-rc being the latest and 2.14.0 being the version that is being viewed."]]],[]]