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 document outlines the `CloudSchedulerConnection` object, which acts as an interface defining virtual methods for `CloudSchedulerClient` in version 2.20.0 and later."],["The `CloudSchedulerConnection` interface allows for custom behavior injection, such as with Google Mock objects, to facilitate testing of `CloudSchedulerClient`."],["The latest version available in the documentation is `2.37.0-rc`, while numerous older versions down to 2.11.0 are also accessible, each with their own versioned connection."],["Key functions detailed in the document include `ListJobs`, `GetJob`, `CreateJob`, `UpdateJob`, `DeleteJob`, `PauseJob`, `ResumeJob`, and `RunJob`, all enabling the user to manage Cloud Scheduler Jobs."],["The document provides links to `MakeCloudSchedulerConnection()` for creating concrete instances and to `scheduler_v1_mocks::MockCloudSchedulerConnection` for mocking."]]],[]]