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 webpage details the `FinalizeWriteStreamRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, used to finalize a write stream."],["The latest available version is 3.17.0, and the page lists links to documentation for versions ranging from 3.17.0 down to 2.3.0, allowing the user to choose the corresponding version they require."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, offering a robust set of functionalities."],["The class has two constructors available: one default constructor and another that takes an existing `FinalizeWriteStreamRequest` instance for cloning purposes."],["The `FinalizeWriteStreamRequest` class has two key properties: `Name`, which stores the name of the stream to be finalized as a string, and `WriteStreamName`, which offers a typed view of the stream name property."]]],[]]