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 webpage provides documentation for the `StartManualTransferRunsResponse` class within the Google BigQuery Data Transfer V1 API, specifically for .NET development."],["The `StartManualTransferRunsResponse` class represents the response received after initiating manual transfer runs in BigQuery, and is the response object of multiple versions."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as part of the Google.Protobuf library."],["The documentation covers multiple versions of the API, ranging from 3.1.0 to the latest 4.10.0, with the 4.6.0 version being the primary context."],["The class includes a `Runs` property, of type `RepeatedField\u003cTransferRun\u003e`, which contains the list of created transfer runs."]]],[]]