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."],[[["The page details the `ApiKeysConnection` object, which acts as an interface defining virtual methods for `ApiKeysClient` overload sets."],["Users can inject custom behavior into their tests using the `ApiKeysConnection` object, particularly with Google Mock objects."],["The documentation lists various functions supported by the `ApiKeysConnection` object, including `CreateKey`, `ListKeys`, `GetKey`, `UpdateKey`, `DeleteKey`, `UndeleteKey`, and `LookupKey`, among others."],["There is a provision for experimental tags and NoAwaitTags with some functions allowing long-running operations to be managed."],["The page also provides information on how to create concrete instances with the `MakeApiKeysConnection()` function, and how to mock objects via `apikeys_v2_mocks::MockApiKeysConnection`."]]],[]]