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 document details the `ExecutionsConnection` class within the Google Cloud Run v2 C++ library, providing an interface for interacting with the `ExecutionsClient`."],["The document lists available versions of the library, with version 2.37.0-rc being the latest, and includes links to documentation for each specific release."],["`ExecutionsConnection` allows custom behaviors to be injected for testing purposes, and a concrete instance can be created via the `MakeExecutionsConnection()` function."],["The `ExecutionsConnection` class provides virtual methods to manage executions, including `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution`, along with methods to handle long-running operations."],["Mocking capabilities are supported through `run_v2_mocks::MockExecutionsConnection`, enabling users to create mock objects for testing."]]],[]]