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."],[[["This document provides reference documentation for the `ScheduleTransferRunsResponse` class within the Google BigQuery Data Transfer v1 API."],["The `ScheduleTransferRunsResponse` class is a response type used when scheduling data transfer runs within a given time range."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists various versions of the API, from version 3.1.0 up to the latest, 4.10.0, showcasing the evolution and availability of the `ScheduleTransferRunsResponse` across different versions."],["The `Runs` property, of type `RepeatedField\u003cTransferRun\u003e`, represents the collection of scheduled transfer runs within the `ScheduleTransferRunsResponse`."]]],[]]