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 webpage details the `ExecutionsConnection` object, which provides an interface for the `ExecutionsClient` in Google Cloud Run v2."],["The `ExecutionsConnection` interface allows users to implement custom behaviors when testing `ExecutionsClient` objects, through injection of mock object behaviors."],["The page offers links to documentation for numerous versions of the `ExecutionsConnection`, from the latest release candidate (`2.37.0-rc`) down to version `2.11.0`."],["Key functions of `ExecutionsConnection` include `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution`, each handling different request types and returning specific response types such as `StatusOr` or `StreamRange`."],["The documentation also includes the `MakeExecutionsConnection()` function for creating concrete instances, and `run_v2_mocks::MockExecutionsConnection` for mocking purposes."]]],[]]