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-05-07 UTC."],[[["This webpage details the `ExecutionsConnection` interface, which defines virtual methods for each user-facing overload set in `ExecutionsClient`."],["The `ExecutionsConnection` interface allows for custom behavior injection, like using a Google Mock object, during testing of `ExecutionsClient` objects."],["The page includes links to documentation for different versions of the `ExecutionsConnection` class, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The interface functions are available for users, such as `ListExecutions`, `CreateExecution`, `GetExecution`, and `CancelExecution`, which allow for interaction with the executions service."],["The webpage provides information on how to create concrete instances of this class with `MakeExecutionsConnection()` and how to mock it with `workflows_executions_v1_mocks::MockExecutionsConnection`."]]],[]]