public sealed class ScheduleTransferRunsResponse : IMessage<ScheduleTransferRunsResponse>, IEquatable<ScheduleTransferRunsResponse>, IDeepCloneable<ScheduleTransferRunsResponse>, IBufferMessage, IMessage
A response to schedule transfer runs for a time range.
[[["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-21 UTC."],[[["The `ScheduleTransferRunsResponse` class is a response type for scheduling transfer runs within the Google Cloud BigQuery Data Transfer service."],["This class is part of the `Google.Cloud.BigQuery.DataTransfer.V1` namespace and is implemented in the `Google.Cloud.BigQuery.DataTransfer.V1.dll` assembly."],["Version 4.10.0 is the latest version, and multiple versions, down to version 3.1.0, are available for `ScheduleTransferRunsResponse`."],["`ScheduleTransferRunsResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods and functionalities like cloning and buffer management."],["The class has a `Runs` property of type `RepeatedField\u003cTransferRun\u003e` which provides a collection of scheduled transfer runs."]]],[]]