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 document outlines the `ExecutionsConnection` class, which provides an interface for interacting with the `ExecutionsClient` in the Google Cloud Run v2 C++ library."],["The `ExecutionsConnection` class offers virtual methods that correspond to the user-facing overload sets found in the `ExecutionsClient`, enabling users to customize behavior during testing."],["It is possible to obtain a concrete implementation of `ExecutionsConnection` through the `MakeExecutionsConnection()` function."],["The document lists a range of supported versions, starting from `2.11.0` up to `2.36.0`, with `2.37.0-rc` being the latest."],["It provides the functionality to manage and interact with operations and executions such as `GetExecution`, `ListExecutions`, `DeleteExecution`, and `CancelExecution` including the appropriate parameters and return types for each function."]]],[]]