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.
[[["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 page provides documentation for the `AppendRowsRequest.Types.ProtoData` class within the Google BigQuery Storage v1 API, detailing its role in handling data rows and schema for append requests."],["This class is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and is implemented as a sealed class, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and others."],["The `ProtoData` class has two primary properties: `Rows`, which contains serialized row data in protobuf format, and `WriterSchema`, which defines the protocol buffer schema used for serializing data."],["The documentation also includes a list of different versions of the same class, ranging from version 2.3.0 all the way up to the latest version 3.17.0."],["The class supports the creation of a new instance with default values or by copying the data from an existing `AppendRowsRequest.Types.ProtoData` object."]]],[]]