public sealed class GetWriteStreamRequest : IMessage<GetWriteStreamRequest>, IEquatable<GetWriteStreamRequest>, IDeepCloneable<GetWriteStreamRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class GetWriteStreamRequest.
[[["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 page provides reference documentation for the `GetWriteStreamRequest` class within the Google BigQuery Storage v1 API for .NET."],["The `GetWriteStreamRequest` class is used to request a specific write stream, with the latest version being 3.17.0, with versions dating back to 2.3.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which help define its behavior and capabilities."],["The `GetWriteStreamRequest` class includes properties like `Name`, `View`, and `WriteStreamName` to specify details about the requested stream."],["There are two constructors provided, one to initialize a new instance and the other to copy an existing one, with the latter accepting another `GetWriteStreamRequest` object as a parameter."]]],[]]