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-04-17 UTC."],[[["The latest version of the Cloud Tasks C++ library is 2.37.0-rc, and the page provides documentation for version 2.32.0, along with links to previous versions, all the way back to 2.11.0."],["`CloudTasksConnection` defines virtual methods corresponding to the user-facing overload sets in `CloudTasksClient`, allowing for custom behavior injection during testing."],["The page outlines various virtual functions within `CloudTasksConnection` for managing queues and tasks, such as listing, getting, creating, updating, deleting, purging, pausing, and resuming queues, and similarly for tasks."],["The `CloudTasksConnection` interface includes methods for setting and testing IAM policies, as well as listing and retrieving location information for tasks and queues."],["`MakeCloudTasksConnection()` is used for creating a concrete instance, while `tasks_v2_mocks::MockCloudTasksConnection` is provided for mocking purposes in testing scenarios."]]],[]]