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-03-14 UTC."],[[["This webpage details the `AutokeyConnection` object, which is essential for the `AutokeyClient` in the Google Cloud KMS service, specifically for version 2.28.0."],["The `AutokeyConnection` interface provides virtual methods mirroring the user-facing overload sets in `AutokeyClient`, enabling custom behavior injection for testing purposes using mocking objects."],["The webpage outlines how to create a concrete instance of `AutokeyConnection` using `MakeAutokeyConnection()` and how to mock it with `kms_v1_mocks::MockAutokeyConnection`."],["It lists the functions available within `AutokeyConnection`, such as `options()`, `CreateKeyHandle()`, `GetKeyHandle()`, and `ListKeyHandles()`, detailing their parameters and return types."],["The webpage has a log of older versions of the `AutokeyConnection`, going all the way back to version 2.10.1."]]],[]]