public sealed class AppendRowsRequest.Types.ProtoData : IMessage<AppendRowsRequest.Types.ProtoData>, IEquatable<AppendRowsRequest.Types.ProtoData>, IDeepCloneable<AppendRowsRequest.Types.ProtoData>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class AppendRowsRequest.Types.ProtoData.
ProtoData contains the data rows and schema when constructing append
requests.
Serialized row data in protobuf message format.
Currently, the backend expects the serialized rows to adhere to
proto2 semantics when appending rows, particularly with respect to
how default values are encoded.
Proto schema used to serialize the data. This value only needs to be
provided as part of the first request on a gRPC network connection,
and will be ignored for subsequent requests on the connection.
[[["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 `AppendRowsRequest.Types.ProtoData` class within the Google BigQuery Storage v1 API, focusing on versions ranging from 2.3.0 to the latest 3.17.0."],["`AppendRowsRequest.Types.ProtoData` is a class designed for constructing append requests by containing data rows and the schema, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ProtoData` includes two primary properties: `Rows`, which holds the serialized row data in protobuf format, and `WriterSchema`, which specifies the proto schema used for serializing data, and only needs to be included in the first request."],["The latest version available is 3.17.0, and the document provides links to previous versions of this class, allowing users to navigate and review the reference documentation of past versions."],["The `ProtoData` class contains two constructors, the default `ProtoData()` and `ProtoData(AppendRowsRequest.Types.ProtoData other)`, a copy constructor which is used to create a new instance from another instance of `ProtoData`."]]],[]]