This interface defines virtual methods for each of the user-facing overload sets in ScheduleServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ScheduleServiceClient.
[[["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-24 UTC."],[[["This webpage details the `ScheduleServiceConnection` class, which interfaces with the `ScheduleServiceClient` to enable custom behavior and testing."],["The `ScheduleServiceConnection` class provides virtual methods for various operations, such as creating, deleting, getting, listing, pausing, resuming, and updating schedules."],["The latest version available for `ScheduleServiceConnection` is 2.37.0-rc, with multiple previous versions also documented on the page, including 2.29.0."],["The `MakeScheduleServiceConnection()` function can be used to create a concrete instance of this class, while the `MockScheduleServiceConnection` class can be used for mocking purposes in testing."],["Each of the operations provided by the class, such as `CreateSchedule`, `DeleteSchedule`, etc, is detailed with its parameters and return type specifications."]]],[]]