public sealed class FinalizeWriteStreamResponse : IMessage<FinalizeWriteStreamResponse>, IEquatable<FinalizeWriteStreamResponse>, IDeepCloneable<FinalizeWriteStreamResponse>, 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 webpage provides documentation for the `FinalizeWriteStreamResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, detailing its structure and functionality."],["The latest version of `FinalizeWriteStreamResponse` is 3.17.0, and the page contains a list of all previous versions down to 2.3.0 with associated documentation links for each."],["`FinalizeWriteStreamResponse` is a sealed class, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `RowCount` property that returns the number of rows in the finalized stream, which is represented by an `Int64` type."],["The documentation mentions the class's constructors and inherited members from the `Object` class, providing insights into how instances are created and what methods are available."]]],[]]