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-03-21 UTC."],[[["This document outlines the `ExecutionsConnection` interface, which defines virtual methods for user-facing overload sets within `ExecutionsClient`."],["The interface allows for injecting custom behavior in tests using `ExecutionsClient`, often with a mocking object."],["`ExecutionsConnection` supports operations such as `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution`."],["The document also presents a comprehensive list of past versions and the current latest version 2.37.0-rc, which can be found using a version dropdown menu, each one linking to specific documentation."],["The `MakeExecutionsConnection()` function is provided to create a concrete instance of `ExecutionsConnection` and the `run_v2_mocks::MockExecutionsConnection` class is provided for mocking."]]],[]]