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-03-14 UTC."],[[["This webpage provides documentation for the `CloudSchedulerConnection` object, which is used with `CloudSchedulerClient` in version 2.13.0 and later."],["The latest release candidate is version 2.37.0-rc, and many prior versions are also linked, starting from 2.13.0 up to 2.36.0."],["`CloudSchedulerConnection` defines virtual methods for various user-facing actions within `CloudSchedulerClient`, including listing, getting, creating, updating, deleting, pausing, resuming, and running jobs."],["Users can inject custom behavior for testing purposes with `CloudSchedulerConnection`, and mocking is available via `scheduler_v1_mocks::MockCloudSchedulerConnection`."],["The documentation includes a comprehensive list of functions, their parameters, and return types for interacting with cloud scheduler jobs, including `ListJobs`, `GetJob`, `CreateJob`, `UpdateJob`, `DeleteJob`, `PauseJob`, `ResumeJob`, and `RunJob`."]]],[]]