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."],[[["This document details the `CloudSchedulerConnection` interface, which defines virtual methods for each user-facing overload set in `CloudSchedulerClient`, allowing for custom behavior injection during testing."],["The latest release candidate for Cloud Scheduler is version 2.37.0-rc, with many prior versions down to 2.11.0 being documented and accessible."],["`CloudSchedulerConnection` objects can be created using the `MakeCloudSchedulerConnection()` function, and custom mocks can be implemented via `scheduler_v1_mocks::MockCloudSchedulerConnection`."],["The interface includes methods for managing jobs such as listing, getting, creating, updating, deleting, pausing, resuming, and running."],["Each of the listed functions, with the exception of `options`, all require a request object, and many return a `StatusOr\u003cgoogle::cloud::scheduler::v1::Job\u003e` result, with the `ListJobs` function returning a `StreamRange` and the `DeleteJob` function returning a `Status`."]]],[]]