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-01 UTC."],[[["This webpage details the `ApiKeysConnection` object, which acts as an interface defining virtual methods for various operations within `ApiKeysClient`, facilitating custom behavior in testing."],["The latest version available is 2.37.0-rc, with a comprehensive list of versions down to 2.11.0 provided for reference and navigation."],["Key functions within `ApiKeysConnection` include `CreateKey`, `ListKeys`, `GetKey`, `GetKeyString`, `UpdateKey`, `DeleteKey`, `UndeleteKey`, and `LookupKey`, each allowing for specific API key management actions."],["The `ApiKeysConnection` interface supports both creating concrete instances via `MakeApiKeysConnection()` and mocking capabilities using `apikeys_v2_mocks::MockApiKeysConnection`."],["Each function within the `ApiKeysConnection` interface specifies its parameters and return types, including descriptions of what type of data the function takes in and what type of data it outputs."]]],[]]