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-07-26 UTC."],[[["This document outlines the `CloudTasksConnection` interface for the `CloudTasksClient`, allowing for custom behavior in testing."],["It includes a list of available versions of the `CloudTasksConnection`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `CloudTasksConnection` interface contains virtual methods corresponding to the user-facing overload sets in `CloudTasksClient`, such as `ListQueues`, `GetQueue`, `CreateQueue`, and many others."],["The documented functions include operations for managing queues and tasks, such as creating, deleting, pausing, resuming, and purging queues, as well as creating, deleting, getting and running tasks."],["The document outlines how to create a concrete instance of the connection using the `MakeCloudTasksConnection()` function, and also points to the `tasks_v2_mocks::MockCloudTasksConnection` for mocking purposes."]]],[]]