public sealed class StartManualTransferRunsResponse : IMessage<StartManualTransferRunsResponse>, IEquatable<StartManualTransferRunsResponse>, IDeepCloneable<StartManualTransferRunsResponse>, IBufferMessage, IMessage
[[["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."],[[["The latest version available is 4.10.0, with multiple previous versions ranging from 4.9.0 down to 3.1.0 also documented."],["The content details the `StartManualTransferRunsResponse` class, which is a response type used for starting manual transfer runs within the Google Cloud BigQuery Data Transfer service."],["`StartManualTransferRunsResponse` is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheritance from Object."],["The class offers two constructors: a default constructor and another that takes an existing `StartManualTransferRunsResponse` object as an argument for creating a copy."],["It features a `Runs` property of type `RepeatedField\u003cTransferRun\u003e`, which represents the collection of transfer runs created by the response."]]],[]]