This interface defines virtual methods for each of the user-facing overload sets in AutokeyClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AutokeyClient.
[[["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-17 UTC."],[[["This webpage details the `AutokeyConnection` object, which is integral to the `AutokeyClient` in the Google Cloud KMS (Key Management Service) C++ library."],["The `AutokeyConnection` interface allows users to inject custom behaviors for testing purposes, typically utilizing Google Mock objects."],["This document provides access to various versions of the C++ KMS library's `AutokeyConnection`, ranging from version 2.10.1 up to the latest release candidate 2.37.0-rc."],["The page outlines the virtual methods that `AutokeyConnection` implements, including functionalities like `CreateKeyHandle`, `GetKeyHandle`, `ListKeyHandles`, and various policy and location management operations."],["Users looking to implement or mock the `AutokeyConnection` can refer to `MakeAutokeyConnection()` for concrete instances and `kms_v1_mocks::MockAutokeyConnection` for mocking purposes."]]],[]]