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 provides documentation for the `ExecutionsConnection` class within the Google Cloud Run v2 C++ client library, specifically detailing its interface and available versions."],["The latest version of `ExecutionsConnection` is version 2.37.0-rc, with numerous older versions available, and the page lists them from the most recent to the oldest."],["`ExecutionsConnection` defines virtual methods for user-facing overloads in `ExecutionsClient`, allowing for custom behavior injection, especially useful in testing scenarios."],["The `ExecutionsConnection` class contains virtual functions such as `options()`, `GetExecution()`, `ListExecutions()`, and `DeleteExecution()` which handle different types of execution operations."],["The documentation provides instructions on creating a concrete instance of the connection and mocking it for testing purposes, using the respective `MakeExecutionsConnection()` and `MockExecutionsConnection`."]]],[]]