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."],[[["The webpage provides documentation for the `AutokeyConnection` class within the Google Cloud KMS (Key Management Service) C++ library, with version 2.37.0-rc being the latest and 2.26.0 being the current version."],["The `AutokeyConnection` class defines the virtual methods that correspond to the user-facing methods in the `AutokeyClient` class, allowing for the injection of custom behaviors, such as mocking, for testing purposes."],["The documentation includes a list of all `AutokeyConnection` versions with links to their respective documentation pages, starting from the latest release candidate down to version 2.10.1."],["The page includes information regarding `AutokeyConnection` functions, such as `options()`, `CreateKeyHandle()`, `GetKeyHandle()`, and `ListKeyHandles()` which are detailed with parameters, and returns."],["`MakeAutokeyConnection()` can be used to create a concrete instance of the `AutokeyConnection` class, while `kms_v1_mocks::MockAutokeyConnection` can be used for mocking."]]],[]]