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-03-21 UTC."],[[["The latest version available for the Google BigQuery Data Transfer v1 API is 4.10.0, with several previous versions listed from 4.9.0 down to 3.1.0."],["The documentation focuses on the `ScheduleTransferRunsResponse` class, which is used to manage and schedule transfer runs within the API."],["This class inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities in data management and serialization."],["The `ScheduleTransferRunsResponse` class includes a `Runs` property, which is a `RepeatedField` containing scheduled `TransferRun` objects."],["Two constructors are provided for the ScheduleTransferRunsResponse class: a default parameterless constructor and one that takes an already existing ScheduleTransferRunsResponse object."]]],[]]