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