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 acts as an interface defining virtual methods for `ExecutionsClient` in the Google Cloud Run v2 C++ library."],["The `ExecutionsConnection` object allows users to customize behavior, such as in testing scenarios by enabling the injection of mock objects."],["This page provides documentation for the `ExecutionsConnection` interface for multiple versions, starting from version 2.11.0 and up to the latest release candidate 2.37.0-rc."],["`ExecutionsConnection` provides functionalities to get, list, delete, and cancel `Execution` operations, each with multiple overloads including support for asynchronous operations."],["The function `MakeExecutionsConnection()` can be used to create concrete instances, while `MockExecutionsConnection` can be used for mocking purposes."]]],[]]