public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
The request for [Rollback][google.spanner.v1.Spanner.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 webpage details the `RollbackRequest` class within the `Google.Cloud.Spanner.V1` namespace, specifically version 3.10.0."],["The `RollbackRequest` class is used to roll back transactions in Google Cloud Spanner and inherits from the `Object` class, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest release of this class is found in version 5.0.0-beta05, with a range of versions available from 3.5.0 up to 5.0.0-beta05."],["The `RollbackRequest` class contains two constructors, `RollbackRequest()` and `RollbackRequest(RollbackRequest other)`, as well as properties for `Session`, `SessionAsSessionName`, and `TransactionId`, all of which are needed to perform the rollback request."],["The documentation provides links to each version of the RollbackRequest documentation page, as well as links to external classes and objects that it inherits from or implement."]]],[]]