public sealed class ReadRowsResponse : IMessage<ReadRowsResponse>, IEquatable<ReadRowsResponse>, IDeepCloneable<ReadRowsResponse>, IBufferMessage, IMessage
Response from calling ReadRows may include row data, progress and
throttling information.
[[["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 webpage provides documentation for the `ReadRowsResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, detailing its structure and functionality for handling responses from `ReadRows` calls, and is currently on version 3.2.0."],["The `ReadRowsResponse` class includes properties such as `ArrowRecordBatch`, `ArrowSchema`, `AvroRows`, and `AvroSchema` for managing serialized row data and schemas, and also contains stats and throttling information."],["The page outlines the inheritance hierarchy and the interfaces implemented by the `ReadRowsResponse` class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which the class inherits or implements."],["The webpage provides a version history for the `Google.Cloud.BigQuery.Storage.V1.ReadRowsResponse`, with links to documentation for several versions, including the latest version, 3.17.0, as well as version 3.2.0."],["The document contains information about the public constructors, `ReadRowsResponse()` and `ReadRowsResponse(ReadRowsResponse other)`, which have corresponding descriptions."]]],[]]