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