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 each user-facing overload set in `ExecutionsClient`."],["The `ExecutionsConnection` class allows users to inject custom behaviors into their tests, especially when using `ExecutionsClient` objects."],["The latest version of the API available in this document is 2.37.0-rc, with the earliest being 2.11.0, also there is a link provided to each version of the API, going back to 2.11.0."],["The document contains function prototypes for interacting with `Execution` objects, including `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution`, as well as functions for `Operations` like `ListOperations`, `GetOperation`, `DeleteOperation`, and `WaitOperation`."],["To use the `ExecutionsConnection`, users can create a concrete instance using `MakeExecutionsConnection()`, and for mocking, `run_v2_mocks::MockExecutionsConnection` is available."]]],[]]