This interface defines virtual methods for each of the user-facing overload sets in TasksClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TasksClient.
[[["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 webpage provides documentation for the `TasksConnection` class within the Google Cloud Run v2 C++ library, with the latest release candidate version being 2.37.0-rc."],["This documentation lists the available versions of `TasksConnection`, ranging from 2.11.0 up to the latest version 2.37.0-rc and also including 2.27.0 which shows the `TasksClient` information."],["The `TasksConnection` object is used with `TasksClient` and defines virtual methods that allow for the injection of custom behavior, enabling users to implement mocking for tests."],["The page outlines the primary functions of the `TasksConnection` interface, such as `options()`, `GetTask()`, and `ListTasks()`, along with their parameter and return types."],["The information includes instructions on creating concrete instances of `TasksConnection`, using the `MakeTasksConnection()` function, and using the mock for it, with `run_v2_mocks::MockTasksConnection`."]]],[]]