This interface defines virtual methods for each of the user-facing overload sets in EkmServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type EkmServiceClient.
[[["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 page details the `EkmServiceConnection` class, which provides an interface for the `EkmServiceClient` in the Google Cloud KMS service."],["The `EkmServiceConnection` class supports various virtual methods such as `ListEkmConnections`, `GetEkmConnection`, `CreateEkmConnection`, `UpdateEkmConnection`, `GetEkmConfig`, `UpdateEkmConfig`, and `VerifyConnectivity`, each taking a specific request parameter and returning either a `StatusOr` or a `StreamRange`."],["The page outlines different versions of the service, ranging from version 2.10.1 up to the latest release candidate 2.37.0-rc, allowing you to find documentation relevant to your specific release."],["Users can inject custom behavior into their tests by leveraging the `EkmServiceConnection` through mocking objects, with the `MockEkmServiceConnection` being a concrete example of an object to mock."],["There are instructions provided to create a concrete instance of the service with `MakeEkmServiceConnection()`."]]],[]]