public sealed class FinalizeWriteStreamRequest : IMessage<FinalizeWriteStreamRequest>, IEquatable<FinalizeWriteStreamRequest>, IDeepCloneable<FinalizeWriteStreamRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class FinalizeWriteStreamRequest.
[[["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 provides reference documentation for the `FinalizeWriteStreamRequest` class within the Google BigQuery Storage v1 API, specifically for version 3.15.0, and contains the documentation for versions between 3.17.0 and 2.3.0."],["The `FinalizeWriteStreamRequest` class is used to create request messages for the `FinalizeWriteStream` function, as a method for working with BigQuery Streams."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling deep cloning and protocol buffer message functionality."],["The class has two constructors, one default and another that copies an existing `FinalizeWriteStreamRequest` object, and includes two properties `Name`, a string representing the stream to finalize, and `WriteStreamName` as a typed view over `Name`."]]],[]]