public sealed class CreateWriteStreamRequest : IMessage<CreateWriteStreamRequest>, IEquatable<CreateWriteStreamRequest>, IDeepCloneable<CreateWriteStreamRequest>, 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."],[[["The content pertains to the `CreateWriteStreamRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, with version 2.5.0 being the one the content is centered around."],["The `CreateWriteStreamRequest` class is a request message used for creating a write stream and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `CreateWriteStreamRequest` has two constructors, one empty and one taking another object of the same class as a parameter."],["The `CreateWriteStreamRequest` class has three properties: `Parent` (a string representing the table's location), `ParentAsTableName` (a `TableName`-typed view of `Parent`), and `WriteStream` (the stream to be created), where both `Parent` and `WriteStream` are required properties."],["The content also has a list of various versions, spanning from 2.3.0 to 3.17.0, all related to the `CreateWriteStreamRequest`."]]],[]]