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."],[[["The `ParameterManagerConnection` object provides an interface for interacting with the `ParameterManagerClient`, supporting the latest version 2.37.0-rc."],["This interface defines virtual methods for all user-facing overload sets within `ParameterManagerClient`, allowing for custom behavior injection, especially useful for testing with mock objects."],["`ParameterManagerConnection` offers virtual methods such as `ListParameters`, `GetParameter`, `CreateParameter`, `UpdateParameter`, and `DeleteParameter` to manage parameters."],["The interface also supports managing parameter versions with functions such as `ListParameterVersions`, `GetParameterVersion`, `CreateParameterVersion`, `UpdateParameterVersion`, `DeleteParameterVersion` and `RenderParameterVersion`."],["It additionally includes `ListLocations` and `GetLocation` methods for handling location-related requests."]]],[]]