This interface defines virtual methods for each of the user-facing overload sets in ConfigClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ConfigClient.
[[["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-05 UTC."],[[["The page details the `ConfigConnection` object for `ConfigClient`, which defines virtual methods for user-facing overload sets in `ConfigClient`."],["Users can customize behavior when writing tests using `ConfigClient` objects by injecting custom behavior."],["The latest version available is `2.37.0-rc`, with a range of previous versions listed down to `2.16.0`."],["The page outlines multiple functions for interacting with `ConfigClient` objects, including `ListDeployments`, `GetDeployment`, `CreateDeployment`, `UpdateDeployment`, `DeleteDeployment`, `ListRevisions`, `GetRevision`, `GetResource`, `ListResources`, `ExportDeploymentStatefile`, `ExportRevisionStatefile`, `ImportStatefile`, `DeleteStatefile`, `LockDeployment`, `UnlockDeployment`, and `ExportLockInfo`."],["There is also information on how to create concrete instance with the function `MakeConfigConnection()` and how to use `config_v1_mocks::MockConfigConnection` for mocking."]]],[]]