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 details the `CloudTasksConnection` object, which acts as an interface defining virtual methods for `CloudTasksClient` in the context of Google Cloud Tasks."],["The interface allows for the injection of custom behavior in testing, using objects like Google Mock, through `CloudTasksClient` and is useful for users writing their tests."],["The `CloudTasksConnection` interface supports various operations, including managing queues (listing, getting, creating, updating, deleting, purging, pausing, resuming) and tasks (listing, getting, creating, deleting, running), as well as managing IAM policies."],["The latest release candidate is version 2.37.0-rc, with a range of prior releases available up to version 2.11.0, giving a large selection of versions."],["To create a concrete instance of the object the `MakeCloudTasksConnection()` function should be used."]]],[]]