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 provides documentation for the `ApiKeysConnection` class, detailing its role as an interface for managing API keys within the Google Cloud `apikeys_v2` service."],["The latest release is version 2.37.0-rc, with a history of available versions ranging from 2.36.0 down to 2.11.0."],["The `ApiKeysConnection` interface allows users to customize API key management behavior, enabling actions like creating, listing, retrieving, updating, deleting, undeleting, and looking up API keys."],["This interface is designed for use in conjunction with the `ApiKeysClient` class, particularly in testing environments where mock implementations of `ApiKeysConnection` can be utilized."],["Users can find a concrete implementation of this connection using `MakeApiKeysConnection()`, and testing implementations can use `apikeys_v2_mocks::MockApiKeysConnection`."]]],[]]