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-08-14 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eExecutionsConnection\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecutionsConnection\u003c/code\u003e defines the interface with virtual methods for each user-facing overload in \u003ccode\u003eExecutionsClient\u003c/code\u003e, allowing for injection of custom behavior during testing.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecutionsConnection\u003c/code\u003e interface supports several functions including \u003ccode\u003eGetExecution\u003c/code\u003e, \u003ccode\u003eListExecutions\u003c/code\u003e, \u003ccode\u003eDeleteExecution\u003c/code\u003e, \u003ccode\u003eCancelExecution\u003c/code\u003e, \u003ccode\u003eListOperations\u003c/code\u003e, \u003ccode\u003eGetOperation\u003c/code\u003e, \u003ccode\u003eDeleteOperation\u003c/code\u003e, and \u003ccode\u003eWaitOperation\u003c/code\u003e, each with corresponding request and return types.\u003c/p\u003e\n"],["\u003cp\u003eConcrete instances of \u003ccode\u003eExecutionsConnection\u003c/code\u003e can be created using \u003ccode\u003eMakeExecutionsConnection()\u003c/code\u003e, while \u003ccode\u003eMockExecutionsConnection\u003c/code\u003e is used for mocking purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe methods \u003ccode\u003eDeleteExecution\u003c/code\u003e and \u003ccode\u003eCancelExecution\u003c/code\u003e come with overloads for non-blocking actions, indicated by the \u003ccode\u003eNoAwaitTag\u003c/code\u003e, that can be used to obtain the \u003ccode\u003egoogle::longrunning::Operation\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]