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 information for the `StartManualTransferRunsResponse` class within the Google BigQuery Data Transfer v1 API, specifically version 4.4.0."],["The `StartManualTransferRunsResponse` class is designed as a response to initiate manual transfer runs, with inheritance from the base `object` and implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor that allows for the creation of an instance, and another that takes an `other` parameter to enable making a copy of a preexisting `StartManualTransferRunsResponse` object."],["The `Runs` property, of type `RepeatedField\u003cTransferRun\u003e`, is contained within this class and refers to the collection of transfer runs that have been created."],["The documentation offers links to previous versions, ranging from 3.1.0 up to the most recent version 4.10.0, allowing the user to navigate and use the version best suited for their current project."]]],[]]