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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["This webpage details the `TasksConnection` object for `TasksClient`, which is part of the Google Cloud Run v2 C++ library, providing an interface to interact with task-related functionalities."],["The content covers the `TasksConnection` interface, which defines virtual methods corresponding to user-facing overload sets in `TasksClient` and allows for injecting custom behavior during testing."],["It lists numerous previous versions of the interface, from version 2.11.0 up to 2.36.0, with 2.37.0-rc as the latest release candidate, demonstrating the version history of the library."],["The interface provides methods to handle operations like `GetTask`, `ListTasks`, `ListOperations`, `GetOperation`, `DeleteOperation`, and `WaitOperation`, all involving requests and returning status or operation objects."],["Users can create a concrete instance using `MakeTasksConnection()` or use `MockTasksConnection` for testing purposes, as outlined in the documentation."]]],[]]