[[["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-06-12 UTC."],[[["The `CommitRequest` class is used to send requests for committing to Firestore, specifically for the `google.firestore.v1.Firestore.Commit` method."],["This documentation covers versions of `CommitRequest` class from 2.3.0 up to 3.10.0, with 3.10.0 being the latest version."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a deeply cloneable and equatable message type."],["Key properties of `CommitRequest` include `Database` (a string for the database name), `Transaction` (a ByteString for transaction details), and `Writes` (a list of `Write` operations to apply)."],["The `CommitRequest` class offers two constructors, one default and another to copy the contents from an existing `CommitRequest` instance."]]],[]]