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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["This webpage details the `ExecutionsConnection` object for `ExecutionsClient`, providing a reference for interacting with Google Cloud Run v2 Executions."],["The latest version available is `2.37.0-rc`, while the current page focuses on version `2.24.0`, and lists all available version between `2.11.0` and the latest version."],["`ExecutionsConnection` defines virtual methods corresponding to the overload sets in `ExecutionsClient`, enabling custom behavior injection for testing purposes."],["Users can create concrete instances of `ExecutionsConnection` using `MakeExecutionsConnection()`, and mock instances are available via `run_v2_mocks::MockExecutionsConnection`."],["The `ExecutionsConnection` class includes functions such as `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution`, each accepting a request object and returning relevant data or a future status."]]],[]]