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-26 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."]]],[]]