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-14 UTC."],[[["This webpage details the `ExecutionsConnection` object for `ExecutionsClient`, providing a reference for interacting with Google Cloud Run v2 executions."],["The latest release candidate version of the `ExecutionsConnection` class is 2.37.0-rc, with several past versions available, listed down to version 2.11.0."],["`ExecutionsConnection` defines virtual methods for user-facing operations like `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution`, each taking a corresponding request type as a parameter."],["Users can create a concrete instance using `MakeExecutionsConnection()` or inject custom behavior with `run_v2_mocks::MockExecutionsConnection` for testing."],["The list of versions provided give direct links to their documentation pages, allowing users to easily navigate between specific versions of the class documentation."]]],[]]