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 essential for the `AutokeyClient` in the Google Cloud KMS library, providing an interface for users to inject custom behaviors during testing."],["The latest version documented is 2.37.0-rc, and the page includes documentation for numerous prior releases, ranging back to version 2.10.1."],["`AutokeyConnection` defines multiple virtual methods for operations such as `CreateKeyHandle`, `GetKeyHandle`, `ListKeyHandles`, `ListLocations`, and various IAM policy and operation management functions."],["The `AutokeyConnection` object can be created by using the function `MakeAutokeyConnection()`."],["For mocking, the class `kms_v1_mocks::MockAutokeyConnection` can be used."]]],[]]