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."],[[["The page details the `ExecutionsConnection` class within the Google Cloud Run v2 C++ library, specifically for version 2.20.0 and later."],["The `ExecutionsConnection` object defines virtual methods that mirror the user-facing overload sets in `ExecutionsClient`, enabling custom behavior injection for testing purposes."],["The latest version available on the page is `2.37.0-rc`, while `2.20.0` is the initial version of the `ExecutionsConnection` class described in the documentation, with multiple other versions documented in between."],["The page provides information on how to create a concrete instance of `ExecutionsConnection` using `MakeExecutionsConnection()` and how to use `MockExecutionsConnection` for mocking in tests."],["`ExecutionsConnection` includes virtual methods for functions like `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution`, each taking a request object as a parameter and returning a specific type, such as `StatusOr\u003cgoogle::cloud::run::v2::Execution\u003e` or `StreamRange\u003cgoogle::cloud::run::v2::Execution\u003e`."]]],[]]