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 for the `CloudSchedulerClient`, allowing for custom behavior in testing."],["It presents a list of available versions of the `CloudSchedulerConnection`, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `CloudSchedulerConnection` interface defines methods corresponding to each of the user-facing overload sets in `CloudSchedulerClient`, including actions such as `ListJobs`, `GetJob`, `CreateJob`, and others."],["The `MakeCloudSchedulerConnection()` function is for creating a concrete instance, and the `scheduler_v1_mocks::MockCloudSchedulerConnection` class is used for mocking."],["Each method in the interface takes a specific request parameter and returns a specific response type, allowing for the management of jobs."]]],[]]