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 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."]]],[]]