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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["The page provides documentation for the `AppendRowsRequest.Types.ProtoData` class within the Google BigQuery Storage v1 API for .NET."],["`AppendRowsRequest.Types.ProtoData` is used to encapsulate data rows and schema information for append requests, utilizing protobuf message format."],["The class includes properties like `Rows` for serialized row data and `WriterSchema` for the protocol buffer schema."],["The latest version for the append row requests is 3.17.0, but this page covers past versions as well all the way down to 2.3.0."],["This class inherits from object and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage, extending its functionality and compatibility."]]],[]]