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"]],[["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 provides reference documentation for the `FinalizeWriteStreamRequest` class within the Google BigQuery Storage v1 API, specifically for version 3.13.0, and is also available for many other versions, up to the latest, 3.17.0."],["The `FinalizeWriteStreamRequest` class is used to create request messages for the `FinalizeWriteStream` operation, as well as implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor and one that takes another `FinalizeWriteStreamRequest` object as a parameter."],["The class has two properties: `Name`, which is a string representing the stream's resource name to finalize, and `WriteStreamName`, which is a typed view of the resource name."],["The class inherits from the base object and provides methods to manage the object including `GetHashCode`, `GetType`, and `ToString`."]]],[]]