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 page provides documentation for the `BatchCommitWriteStreamsRequest` class, which is used for batch committing write streams in the Google Cloud BigQuery Storage API."],["The latest version documented is 3.17.0, and the page lists previous versions of the `BatchCommitWriteStreamsRequest` class dating back to version 2.3.0."],["`BatchCommitWriteStreamsRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protobuf's message handling."],["The class includes properties like `Parent` (a string representing the table location) and `WriteStreams` (a list of write streams to be committed), along with the required parameter `other` for its constructor."],["The `BatchCommitWriteStreamsRequest` class has inherited members from the `Object` class such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString` as well as `ParentAsTableName` which is a `TableName` type view over the `Parent` resource name property."]]],[]]