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` interface for the `ApiKeysClient`, facilitating custom behavior injection during testing."],["It covers a range of versions from 2.11.0 up to 2.37.0-rc, with links to the corresponding documentation for each version."],["The interface includes virtual methods such as `CreateKey`, `ListKeys`, `GetKey`, `UpdateKey`, `DeleteKey`, `UndeleteKey`, and `LookupKey`, among others, to manage API keys."],["Methods provided allow for the creation, retrieval, updating, deletion, and undeletion of API keys, as well as lookup functionality, offering synchronous and asynchronous options."],["Instructions for creating a concrete instance through `MakeApiKeysConnection()` and for mocking using `apikeys_v2_mocks::MockApiKeysConnection` are also provided."]]],[]]