public sealed class FlushRowsResponse : IMessage<FlushRowsResponse>, IEquatable<FlushRowsResponse>, IDeepCloneable<FlushRowsResponse>, IBufferMessage, IMessage
[[["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 page details the `FlushRowsResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, which is part of the Google Cloud BigQuery Storage .NET library."],["It outlines the class's inheritance from `Object` and its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google Protobuf system."],["The page lists available versions of the `FlushRowsResponse` class, ranging from the latest 3.17.0 down to 2.3.0, with the page currently on version 2.6.0."],["`FlushRowsResponse` provides information about the offset of rows that have been flushed, accessible through its `Offset` property of type `Int64`."],["There are two constructors for `FlushRowsResponse`, a parameterless constructor, and one that uses another `FlushRowsResponse` object."]]],[]]