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 page details the `CloudTasksConnection` object, which acts as an interface defining virtual methods for `CloudTasksClient` operations."],["The latest release candidate for this class is version 2.37.0-rc, and it includes a list of links to older versions going back to 2.11.0."],["`CloudTasksConnection` enables the customization of behavior for testing purposes, by allowing the injection of custom actions through mocking, such as with `MockCloudTasksConnection`."],["This class features a variety of functions, including `ListQueues`, `GetQueue`, `CreateQueue`, `UpdateQueue`, `DeleteQueue`, and other queue management operations."],["The `CloudTasksConnection` class also allows for the management of tasks through functions like `ListTasks`, `GetTask`, `CreateTask`, `DeleteTask`, and `RunTask`."]]],[]]