public sealed class ScheduleTransferRunsResponse : IMessage<ScheduleTransferRunsResponse>, IEquatable<ScheduleTransferRunsResponse>, IDeepCloneable<ScheduleTransferRunsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class ScheduleTransferRunsResponse.
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 provides documentation for the `ScheduleTransferRunsResponse` class within the Google BigQuery Data Transfer v1 API, specifically for version 4.7.0."],["`ScheduleTransferRunsResponse` is a class used to manage responses when scheduling transfer runs, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a public property, `Runs`, which is of type `RepeatedField\u003cTransferRun\u003e` and represents the transfer runs that have been scheduled."],["The page also lists all the available previous versions of the `ScheduleTransferRunsResponse`, dating back from version 4.10.0 down to 3.1.0."]]],[]]