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."],[[["This webpage provides documentation for the `TasksConnection` class within the Google Cloud Run v2 C++ library, detailing its role in managing tasks."],["The `TasksConnection` interface defines virtual methods corresponding to the user-facing overload sets found in `TasksClient`, allowing for the injection of custom behaviors during testing."],["Users can access various versions of the `TasksConnection` documentation, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, with the current version being 2.26.0."],["The `TasksConnection` object can be instantiated using the `MakeTasksConnection()` function, and it can also be mocked for testing purposes via `run_v2_mocks::MockTasksConnection`."],["Key functions within `TasksConnection` include `options()`, `GetTask()`, and `ListTasks()`, which handle configurations, retrieving individual tasks, and listing multiple tasks respectively."]]],[]]