public sealed class GetWriteStreamRequest : IMessage<GetWriteStreamRequest>, IEquatable<GetWriteStreamRequest>, IDeepCloneable<GetWriteStreamRequest>, 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 `GetWriteStreamRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, used for requesting a write stream in Google BigQuery Storage."],["The latest version documented is 3.17.0, while the page defaults to version 2.6.0 and lists prior versions all the way back to 2.3.0."],["`GetWriteStreamRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Name`, which is a required string representing the stream's resource name, and `WriteStreamName`, which is a typed view of the `Name` property."],["The `GetWriteStreamRequest` class has two constructors, one default constructor and one that takes another instance of `GetWriteStreamRequest`."]]],[]]