public sealed class BatchWriteResponse : IMessage<BatchWriteResponse>, IEquatable<BatchWriteResponse>, IDeepCloneable<BatchWriteResponse>, IBufferMessage, IMessage
The response from [Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].
[[["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 `BatchWriteResponse` class, which is the response type for the `Firestore.BatchWrite` operation in the `Google.Cloud.Firestore.V1` namespace."],["The latest version documented is 3.10.0, and the page contains version history, providing links to documentation for previous releases, down to version 2.3.0."],["The `BatchWriteResponse` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `BatchWriteResponse` class include `Status` and `WriteResults`, both of which are of type `RepeatedField` and are used to provide information about the status and results of applying writes."],["The class has two constructors : a parameterless one and one that takes another `BatchWriteResponse` as a parameter."]]],[]]