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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `FinalizeWriteStreamRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, which is used to finalize a write stream in Google BigQuery Storage."],["The `FinalizeWriteStreamRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based message operations."],["The class offers two constructors: a default constructor and a copy constructor, allowing for object creation and duplication."],["It includes two properties: `Name`, a string representing the stream's resource name, and `WriteStreamName`, a strongly-typed view of the `Name` property."],["The page provides documentation for versions ranging from 2.3.0 to 3.17.0, with version 3.17.0 being the latest."]]],[]]