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 various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class provides two constructors: a default constructor `FinalizeWriteStreamRequest()` and a copy constructor `FinalizeWriteStreamRequest(FinalizeWriteStreamRequest other)` for creating new instances."],["The `FinalizeWriteStreamRequest` class includes properties like `Name` (a string representing the stream's full resource name) and `WriteStreamName` (a typed view of the `Name` property for easier resource name handling)."],["The page lists various versions of this `FinalizeWriteStreamRequest` from version `2.3.0` up to the latest version `3.17.0`, each with their own documentation link."]]],[]]