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 outlines the `CloudSchedulerConnection` interface, which defines virtual methods for the user-facing overload sets in `CloudSchedulerClient`, version 2.16.0."],["The `CloudSchedulerConnection` interface allows for custom behavior injection, such as with a Google Mock object, when writing tests for `CloudSchedulerClient`."],["The latest version is 2.37.0-rc, and the document covers several other versions ranging from 2.11.0 up to 2.36.0, alongside 2.15.1, 2.22.1, 2.25.1, and 2.16.0 being covered in the `CloudSchedulerConnection` details."],["The `CloudSchedulerConnection` object is used in conjunction with `CloudSchedulerClient` and can be instantiated via the `MakeCloudSchedulerConnection()` function, while being mockable via `scheduler_v1_mocks::MockCloudSchedulerConnection`."],["The interface offers several virtual functions related to job management, including `ListJobs`, `GetJob`, `CreateJob`, `UpdateJob`, `DeleteJob`, `PauseJob`, `ResumeJob`, and `RunJob`, along with a `options()` function."]]],[]]