public sealed class FinalizeWriteStreamRequest : IMessage<FinalizeWriteStreamRequest>, IEquatable<FinalizeWriteStreamRequest>, IDeepCloneable<FinalizeWriteStreamRequest>, 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 `FinalizeWriteStreamRequest` class, which is used to request the finalization of a write stream in Google Cloud BigQuery Storage."],["The `FinalizeWriteStreamRequest` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the .NET library, ranging from version 2.3.0 up to the latest version, 3.17.0, with each version having its documentation for `FinalizeWriteStreamRequest`."],["The class has properties such as `Name` (a string) and `WriteStreamName` (a typed view of the resource name), and it also defines two constructors, one default and one for copying another instance."]]],[]]