This interface defines virtual methods for each of the user-facing overload sets in CloudSchedulerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type CloudSchedulerClient.
[[["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-02 UTC."],[[["The content provides documentation for the `CloudSchedulerConnection` class, which is part of the Google Cloud Scheduler API for C++."],["`CloudSchedulerConnection` defines virtual methods that correspond to the user-facing methods within `CloudSchedulerClient`, enabling custom behavior injection for testing."],["The latest version of the documentation provided is `2.37.0-rc`, and it lists versions going back to `2.11.0`, offering links to each version's documentation."],["The class functions include operations like `ListJobs`, `GetJob`, `CreateJob`, `UpdateJob`, `DeleteJob`, `PauseJob`, `ResumeJob`, and `RunJob`, all of which take request objects and return a status or job object."],["There is also a `MockCloudSchedulerConnection` class available for mocking purposes and an option to create a concrete instance using `MakeCloudSchedulerConnection`."]]],[]]