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 provides documentation for the `GetWriteStreamRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically for .NET development."],["The `GetWriteStreamRequest` class is used to request information about a specific write stream, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.17.0, and the page includes links to documentation for numerous previous versions of the `Google.Cloud.BigQuery.Storage.V1` package, going back to version 2.3.0."],["The `GetWriteStreamRequest` class includes two main properties: `Name`, which is a required string representing the stream's resource name, and `WriteStreamName`, which provides a typed view of the `Name`."],["The page has two constructors, the first being the default constructor `GetWriteStreamRequest()` and the second one allowing to create a copy of an existing `GetWriteStreamRequest` object."]]],[]]