public sealed class BatchCommitWriteStreamsRequest : IMessage<BatchCommitWriteStreamsRequest>, IEquatable<BatchCommitWriteStreamsRequest>, IDeepCloneable<BatchCommitWriteStreamsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class BatchCommitWriteStreamsRequest.
[[["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 latest version of the `BatchCommitWriteStreamsRequest` class is 3.17.0, and the document provides links to various previous versions down to 2.3.0."],["The `BatchCommitWriteStreamsRequest` class is part of the Google BigQuery Storage v1 API, specifically within the `Google.Cloud.BigQuery.Storage.V1` namespace."],["This class is a request message used for the `BatchCommitWriteStreams` method, designed for atomically committing a group of streams."],["`BatchCommitWriteStreamsRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive functionality."],["The class contains properties like `Parent`, `ParentAsTableName`, and `WriteStreams` for specifying the parent table and the streams to be committed, with the latter two being required fields."]]],[]]