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 latest version of the Cloud Scheduler C++ library is 2.37.0-rc, and the page provides documentation for multiple versions, ranging down to 2.11.0."],["`CloudSchedulerConnection` defines the interface for interacting with Cloud Scheduler, allowing customization and testing of `CloudSchedulerClient`."],["This interface includes virtual methods such as `ListJobs`, `GetJob`, `CreateJob`, `UpdateJob`, `DeleteJob`, `PauseJob`, `ResumeJob`, and `RunJob` for managing scheduled jobs."],["The `CloudSchedulerConnection` object can be instantiated using the `MakeCloudSchedulerConnection()` method, or mocked using the `scheduler_v1_mocks::MockCloudSchedulerConnection` class for testing."]]],[]]