public sealed class FlushRowsRequest : IMessage<FlushRowsRequest>, IEquatable<FlushRowsRequest>, IDeepCloneable<FlushRowsRequest>, 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."],[[["This page details the `FlushRowsRequest` class, which is used to request the flushing of rows in Google Cloud BigQuery Storage."],["The latest version of this class is version 3.17.0, with a list of previous versions available, all the way down to 2.3.0."],["`FlushRowsRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google Protobuf library."],["Key properties of `FlushRowsRequest` include `Offset`, which specifies the ending offset for flushing, and `WriteStream`, which indicates the target stream for the flush operation."],["The available versions all have the same target, which is `Google.Cloud.BigQuery.Storage.V1.FlushRowsRequest`."]]],[]]