public sealed class ProtoRows : IMessage<ProtoRows>, IEquatable<ProtoRows>, IDeepCloneable<ProtoRows>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class ProtoRows.
Rows represented in proto format.
This should be constructed by concatenating the batch_data from each
of the relevant ProtoRowsBatch messages and parsing the result as a
ProtoRows message.
A proto rows message consists of a list of values. Every N complete values
defines a row, where N is equal to the number of entries in the
metadata.proto_schema.columns value received in the first response.
[[["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 latest version available for the Google.Cloud.Bigtable.V2 API is 3.17.0, with version 3.16.0 being the current one displayed."],["This documentation page provides reference and code samples for the `ProtoRows` class within the Google Bigtable v2 API, representing rows in proto format."],["The `ProtoRows` class can be constructed by concatenating `batch_data` from `ProtoRowsBatch` messages and parsing the result as a `ProtoRows` message."],["`ProtoRows` implements interfaces such as `IMessage`, `IEquatable\u003cProtoRows\u003e`, `IDeepCloneable\u003cProtoRows\u003e`, and `IBufferMessage`."],["The `ProtoRows` class includes a `Values` property, which contains a list of values where every N complete values defines a row."]]],[]]