public sealed class BatchCommitWriteStreamsRequest : IMessage<BatchCommitWriteStreamsRequest>, IEquatable<BatchCommitWriteStreamsRequest>, IDeepCloneable<BatchCommitWriteStreamsRequest>, 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."],[[["The content focuses on the `BatchCommitWriteStreamsRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, detailing its various versions and functionalities."],["The latest version of `BatchCommitWriteStreamsRequest` is 3.17.0, with a comprehensive list of previous versions available, going back to version 2.3.0."],["This class is a request message used for `BatchCommitWriteStreams`, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BatchCommitWriteStreamsRequest` has two properties: `Parent`, which is a string representing the table to which all streams belong, and `WriteStreams`, which is a collection of the streams that will be atomically committed."],["The class includes two constructors, one default and another to make a copy of another instance of the class."]]],[]]