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 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 scheduling transfer runs over a specified time range and is implemented by various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is 4.10.0, with various prior versions documented, down to version 3.1.0, and the document you are viewing is based on version 4.4.0."],["The `ScheduleTransferRunsResponse` class has a public constructor, along with an additional constructor that accepts another `ScheduleTransferRunsResponse` as a parameter."],["The `Runs` property, which is of type `RepeatedField\u003cTransferRun\u003e`, is available to see the transfer runs that were scheduled."]]],[]]