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"]],[["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 `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`."]]],[]]