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-04-09 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."]]],[]]