This interface defines virtual methods for each of the user-facing overload sets in ParameterManagerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ParameterManagerClient.
[[["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-09 UTC."],[[["This documentation describes the `ParameterManagerConnection` object, which is a crucial component for interacting with the `ParameterManagerClient`."],["The `ParameterManagerConnection` interface provides virtual methods that mirror the user-facing overload sets found in `ParameterManagerClient`, enabling custom behavior injection."],["Users can create a concrete `ParameterManagerConnection` instance using `MakeParameterManagerConnection()` or use `MockParameterManagerConnection` for testing."],["The available virtual methods include functionalities such as listing, getting, creating, updating, and deleting parameters and their versions."],["The interface also allows for interaction with locations, offering the ability to list and get location information."]]],[]]