This interface defines virtual methods for each of the user-facing overload sets in CloudTasksClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudTasksClient.
[[["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-08-04 UTC."],[[["This document outlines the `CloudTasksConnection` object, which acts as an interface defining virtual methods for `CloudTasksClient` in the context of Google Cloud Tasks."],["The document provides access to several versions of the API, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, allowing users to reference the specific API version they require."],["The `CloudTasksConnection` enables custom behavior injection for testing, as seen in the `MockCloudTasksConnection`, and defines functionalities for managing queues and tasks, such as listing, getting, creating, updating, deleting, purging, pausing, and resuming queues, as well as managing tasks."],["The provided interface defines a variety of functions, such as `ListQueues`, `GetQueue`, `CreateQueue`, `UpdateQueue`, and others, for manipulating tasks and queues, along with security functions like `GetIamPolicy`, `SetIamPolicy`, and `TestIamPermissions`."],["There are functions for the various different actions on task objects, like `ListTasks`, `GetTask`, `CreateTask`, `DeleteTask`, and `RunTask`."]]],[]]