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-03-21 UTC."],[[["This document provides reference documentation for the `RollbackRequest` class within the Firestore v1 API, spanning versions from 2.3.0 to the latest 3.10.0."],["`RollbackRequest` is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Firestore.V1` namespace."],["The class has two constructors, a default constructor and one that accepts another `RollbackRequest` object, and the class inherits the member functions `GetHashCode()`, `GetType()`, and `ToString()` from the `object` class."],["It defines two key properties: `Database`, which is a required string specifying the database name, and `Transaction`, a required `ByteString` representing the transaction to be rolled back."]]],[]]