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-03-14 UTC."],[[["The content focuses on the `ApiKeysConnection` object, which is integral to the `ApiKeysClient`, and it facilitates custom behavior in testing."],["The webpage provides documentation and links for multiple versions of `ApiKeysConnection`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["`ApiKeysConnection` includes virtual methods for common API key operations, such as `CreateKey`, `ListKeys`, `GetKey`, `UpdateKey`, `DeleteKey`, `UndeleteKey` and `LookupKey`."],["The documentation details how to create an instance of `ApiKeysConnection` using `MakeApiKeysConnection()`, and it references `MockApiKeysConnection` for mocking purposes."],["The content also details several functions, including `options()`, alongside their parameters and return types, for operations like `CreateKey` that take in `NoAwaitTag` or `Operation` objects."]]],[]]