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."],[[["The content focuses on the `ProtoData` class, which is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and used for constructing append requests in the BigQuery Storage API."],["`ProtoData` contains serialized row data and a schema for those rows, which the backend expects to be encoded using proto2 semantics."],["This `ProtoData` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, comparison, deep cloning, and buffer message handling."],["The most recent version available is `3.17.0`, and there are 25 different versions documented ranging back to `2.3.0`, each providing detailed information for the class `AppendRowsRequest.Types.ProtoData`."],["The data within the ProtoData class is managed through two properties: `Rows` of type `ProtoRows`, representing the serialized data, and `WriterSchema` of type `ProtoSchema`, indicating the schema used."]]],[]]