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-04-02 UTC."],[[["This webpage details the `ScheduleTransferRunsResponse` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, specifically version 3.3.0 and its related versions."],["The `ScheduleTransferRunsResponse` class is used to represent the response from scheduling transfer runs for a specified time range and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes properties like `Runs`, which is a `RepeatedField` containing a list of `TransferRun` objects representing the scheduled transfer runs."],["There are multiple versions of this class documented, starting with 3.1.0 and all the way to the latest, 4.10.0, with each version having its own page in the documentation."]]],[]]