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, specifically for .NET."],["The `ScheduleTransferRunsResponse` class is used as a response to schedule transfer runs for a specified time range."],["The latest version of the API is 4.10.0, and the provided content includes version information for various previous versions all the way back to version 3.1.0."],["The `ScheduleTransferRunsResponse` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `Runs` property, a `RepeatedField` of `TransferRun`, contains the list of transfer runs that were scheduled."]]],[]]