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` within the Google Cloud KMS (Key Management Service) C++ library."],["The `AutokeyConnection` interface defines virtual methods that mirror the user-facing overload sets in `AutokeyClient`, allowing for the injection of custom behaviors for testing purposes."],["Users can create instances of `AutokeyConnection` using `MakeAutokeyConnection()`, while `kms_v1_mocks::MockAutokeyConnection` facilitates mocking for testing."],["The content shows the various functions available in the `AutokeyConnection` class, including creating and retrieving key handles, listing key handles and locations, and managing IAM policies."],["There are many versions of this object available, ranging from 2.10.1 all the way up to the latest release candidate, 2.37.0-rc."]]],[]]