This interface defines virtual methods for each of the user-facing overload sets in ApiKeysClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ApiKeysClient.
[[["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-02 UTC."],[[["This webpage details the `ApiKeysConnection` object, which facilitates interaction with the `ApiKeysClient` and allows for custom behavior injection in testing."],["The `ApiKeysConnection` interface provides virtual methods corresponding to the user-facing overload sets in `ApiKeysClient`, enabling operations such as creating, listing, getting, updating, deleting, undeleting, and looking up keys."],["The webpage also presents a list of versions of the api from the most current release candidate of version 2.37.0-rc, to version 2.11.0."],["A concrete instance of the `ApiKeysConnection` can be created using `MakeApiKeysConnection()`, while for testing, a mock instance can be used: `apikeys_v2_mocks::MockApiKeysConnection`."]]],[]]