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"]],[["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."],[[["\u003cp\u003eThe \u003ccode\u003eRollbackRequest\u003c/code\u003e class is part of the Google Cloud Firestore v1 API, specifically within the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used to make requests to the \u003ccode\u003eFirestore.Rollback\u003c/code\u003e method, allowing for the rollback of transactions within Firestore.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces: \u003ccode\u003eIMessage<RollbackRequest>\u003c/code\u003e, \u003ccode\u003eIEquatable<RollbackRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<RollbackRequest>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has two constructors, a default one (\u003ccode\u003eRollbackRequest()\u003c/code\u003e) and one that allows for cloning an existing \u003ccode\u003eRollbackRequest\u003c/code\u003e object (\u003ccode\u003eRollbackRequest(RollbackRequest other)\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRollbackRequest\u003c/code\u003e class includes properties for \u003ccode\u003eDatabase\u003c/code\u003e (a string representing the database name) and \u003ccode\u003eTransaction\u003c/code\u003e (a \u003ccode\u003eByteString\u003c/code\u003e representing the transaction to roll back), both of which are required for the rollback operation.\u003c/p\u003e\n"]]],[],null,[]]