public sealed class ProtoData : IMessage<AppendRowsRequest.Types.ProtoData>, IEquatable<AppendRowsRequest.Types.ProtoData>, IDeepCloneable<AppendRowsRequest.Types.ProtoData>, IBufferMessage, IMessage
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 webpage details the `ProtoData` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically for version 2.9.0, which is used for constructing append requests in BigQuery."],["`ProtoData` contains serialized row data and the schema necessary for appending rows, and is implemented with interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, `ProtoData()` for default initialization and `ProtoData(AppendRowsRequest.Types.ProtoData)` for copying from an existing instance."],["It has two main properties: `Rows`, which stores the serialized row data in protobuf message format and adheres to proto2 semantics, and `WriterSchema`, which defines the data's proto schema."],["There are multiple versions of the `ProtoData` class listed on this page, ranging from 3.17.0 down to 2.3.0, providing access to various historical versions of this class."]]],[]]