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."],[[["This webpage details the `BatchCommitWriteStreamsRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically version 2.8.0 and provides links to 25 previous versions."],["The `BatchCommitWriteStreamsRequest` class is used to send a request to batch-commit multiple write streams in Google BigQuery, which implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `Object` and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors, one default and another accepting another `BatchCommitWriteStreamsRequest` instance, and includes properties like `Parent` (a string) and `WriteStreams` (a `RepeatedField\u003cstring\u003e`) to define the target table and streams."],["The latest version of this class is 3.17.0."]]],[]]