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 webpage provides documentation for the `ApiKeysConnection` object, which is used with the `ApiKeysClient` in Google Cloud's C++ API, with the latest version being `2.37.0-rc`."],["This `ApiKeysConnection` interface offers virtual methods for each user-facing overload set in the `ApiKeysClient`, enabling custom behavior injection during testing, and has documentation for multiple versions spanning from 2.11.0 up to the latest 2.37.0-rc."],["The page outlines how to create a concrete instance of `ApiKeysConnection` via `MakeApiKeysConnection()` and how to use `apikeys_v2_mocks::MockApiKeysConnection` for mocking purposes."],["Key functions within `ApiKeysConnection` include `CreateKey`, `ListKeys`, `GetKey`, `GetKeyString`, `UpdateKey`, `DeleteKey`, `UndeleteKey`, and `LookupKey`, each with parameters, return types, and descriptions."],["The interface's `options()` function allows for retrieving the current options of the connection."]]],[]]