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 provides documentation for the `AutokeyConnection` class within the Google Cloud KMS (Key Management Service) C++ client library."],["The `AutokeyConnection` class defines the interface for user-facing methods in `AutokeyClient`, enabling the injection of custom behaviors for testing purposes."],["The latest release candidate for this library is version 2.37.0-rc, while the current stable version shown on this page is version 2.36.0, and the page also includes documentation for previous versions ranging back to 2.10.1."],["`AutokeyConnection` includes virtual functions such as `CreateKeyHandle`, `GetKeyHandle`, and `ListKeyHandles`, along with methods for managing locations, IAM policies, and operations, which are part of the Google Cloud KMS API."],["To create an actual instance of `AutokeyConnection` users should refer to the `MakeAutokeyConnection()` method, or the `kms_v1_mocks::MockAutokeyConnection` for mock creation."]]],[]]