This interface defines virtual methods for each of the user-facing overload sets in ExecutionsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ExecutionsClient.
[[["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-09 UTC."],[[["This page details the `ExecutionsConnection` interface, which defines virtual methods for each user-facing overload in `ExecutionsClient`."],["The latest version available is `2.37.0-rc`, while the current context is version `2.30.0`, with many versions going back to `2.11.0` being available."],["`ExecutionsConnection` allows users to inject custom behavior during testing, and `MockExecutionsConnection` is available for mocking purposes."],["Key functions within the `ExecutionsConnection` include `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution`, all of which take a specific request object as parameters and have various return types."],["Concrete instances of the class can be created with the `MakeExecutionsConnection()` function."]]],[]]