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 webpage details the `EkmServiceConnection` object, which defines virtual methods for user-facing overload sets in `EkmServiceClient`, enabling custom behavior in tests."],["The latest version of `EkmServiceConnection` is `2.37.0-rc`, and multiple previous versions are also available, down to `2.10.1`."],["You can create a concrete instance of `EkmServiceConnection` using `MakeEkmServiceConnection()`, or you can use `MockEkmServiceConnection` for mocking in testing."],["The `EkmServiceConnection` interface provides virtual methods for various operations, including listing, getting, creating, updating EkmConnections, and getting/updating EkmConfig, and verifying connectivity."],["Each method in `EkmServiceConnection` takes a specific request object as input and returns a response object, which can be a StatusOr containing an `EkmConnection`, `EkmConfig`, or `VerifyConnectivityResponse` or a StreamRange containing `EkmConnection`."]]],[]]