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"]],[["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-03-21 UTC."],[[["This document outlines the `CloudTasksConnection` interface, which defines virtual methods for each user-facing overload set in `CloudTasksClient`, allowing for custom behavior injection during testing."],["The `CloudTasksConnection` class provides methods for managing queues and tasks, including listing, getting, creating, updating, deleting, purging, pausing, and resuming queues, as well as similar methods for individual tasks."],["The interface also includes functions related to IAM policies, specifically for getting, setting, and testing permissions."],["The document provides links to multiple past versions of the documentation, all the way back to version 2.11.0, with the latest being 2.37.0-rc, allowing developers to refer to the documentation from different version."],["The document outlines how users can create an instance of `CloudTasksConnection`, through `MakeCloudTasksConnection()`, and how they can create mocks for it, using `tasks_v2_mocks::MockCloudTasksConnection`."]]],[]]