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, specifically version 4.8.0."],["The `StartManualTransferRunsResponse` class is designed as a response type for initiating manual transfer runs in BigQuery and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The most recent version for the `StartManualTransferRunsResponse` is 4.10.0, with various versions accessible from 4.9.0 down to 3.1.0."],["The class contains a property called `Runs`, which is a `RepeatedField` of `TransferRun` objects representing the transfer runs that have been created, and it includes constructors for creating new instances."],["The object inherits from `object` and utilizes a variety of inherited methods including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]