public sealed class StartManualTransferRunsResponse : IMessage<StartManualTransferRunsResponse>, IEquatable<StartManualTransferRunsResponse>, IDeepCloneable<StartManualTransferRunsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class StartManualTransferRunsResponse.
[[["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 `StartManualTransferRunsResponse` class within the Google BigQuery Data Transfer v1 API for .NET."],["The `StartManualTransferRunsResponse` class is used as a response type when manually initiating transfer runs, and it inherits from the `Object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details various versions, ranging from 3.1.0 to 4.10.0, each with a link to its respective documentation, where version 4.10.0 is the latest."],["The class includes two constructors, a default constructor, and another to initialize the class from another `StartManualTransferRunsResponse`."],["The `Runs` property, of type `RepeatedField\u003cTransferRun\u003e`, is a key component of this response, representing the transfer runs created upon manual initiation."]]],[]]