public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class RollbackRequest.
The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].
[[["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."],[[["This page provides documentation for the `RollbackRequest` class within the Google Cloud Firestore V1 API, covering versions from 2.3.0 up to the latest, 3.10.0."],["The `RollbackRequest` class is used to make a request to rollback a transaction in Firestore, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RollbackRequest` class includes properties for `Database`, which is the database name in the format of `projects/{project_id}/databases/{database_id}`, and `Transaction`, which represents the specific transaction to be rolled back."],["The latest version available for this class, as per the documentation, is 3.10.0, while the specific page is detailing version 3.5.1."]]],[]]