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."],[[["The latest version of the `ExecutionsConnection` is 2.37.0-rc, and the page provides links to the documentation for this version and older ones, ranging back to version 2.11.0."],["`ExecutionsConnection` defines the interface with virtual methods for each user-facing overload in `ExecutionsClient`, allowing for injection of custom behavior during testing."],["The `ExecutionsConnection` interface supports several functions including `GetExecution`, `ListExecutions`, `DeleteExecution`, `CancelExecution`, `ListOperations`, `GetOperation`, `DeleteOperation`, and `WaitOperation`, each with corresponding request and return types."],["Concrete instances of `ExecutionsConnection` can be created using `MakeExecutionsConnection()`, while `MockExecutionsConnection` is used for mocking purposes."],["The methods `DeleteExecution` and `CancelExecution` come with overloads for non-blocking actions, indicated by the `NoAwaitTag`, that can be used to obtain the `google::longrunning::Operation` object."]]],[]]