Part of a serialized ProtoRows message.
A complete, parseable ProtoRows message is constructed by
concatenating batch_data from multiple ProtoRowsBatch messages. The
PartialResultSet that contains the last part has complete_batch set to
true.
[[["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 provided content details the `ProtoRowsBatch` class within the Google Bigtable v2 API, offering documentation and code samples for its usage in .NET environments."],["This API class, `ProtoRowsBatch`, serves as a segment of a serialized `ProtoRows` message, with full messages created by combining the `batch_data` from various `ProtoRowsBatch` instances."],["The document highlights the `ProtoRowsBatch` class's methods and constructors, including a default constructor and one that accepts another `ProtoRowsBatch` instance."],["The content details the `BatchData` property, which holds a portion of a serialized `ProtoRows` message and is of the `ByteString` data type."],["The documentation provided covers numerous versions of the Google.Cloud.Bigtable.V2 API, ranging from version 2.2.0 to 3.17.0, allowing developers to explore different implementations."]]],[]]