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 webpage details the `FinalizeWriteStreamRequest` class, which is used to request the finalization of a write stream in Google Cloud BigQuery Storage."],["The latest version available is 3.17.0, and the page also provides links to documentation for versions ranging from 2.3.0 to 3.16.0."],["`FinalizeWriteStreamRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `FinalizeWriteStreamRequest` class has two constructors, one parameterless and one that takes another `FinalizeWriteStreamRequest` object as a parameter, allowing for the creation of new instances or copies."],["Key properties include `Name` (a string representing the stream's resource name) and `WriteStreamName`, which provides a typed view over the resource name."]]],[]]