[[["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."],[[["The `Tasks.TasksBase` class serves as the foundation for server-side implementations of Tasks within the Cloud Run Admin v2 API, which is part of the `Google.Cloud.Run.V2` namespace."],["Version 2.13.0 is the latest release for the `Google.Cloud.Run.V2.Tasks.TasksBase` reference, while a list of other versions can be found, dating all the way back to version `1.0.0-beta02`."],["The `Tasks.TasksBase` class includes two primary methods: `GetTask`, which retrieves information about a specific Task, and `ListTasks`, which lists Tasks associated with an Execution of a Job."],["Both the `GetTask` and `ListTasks` methods utilize a `request` parameter to receive client input, and a `context` parameter for server-side call handler invocation."],["`GetTask` returns a `Task` object, while `ListTasks` returns a `ListTasksResponse` object, both wrapped in a `Task` for asynchronous operation."]]],[]]