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-04-17 UTC."],[[["This webpage details the `RollbackRequest` class within the `Google.Cloud.Spanner.V1` namespace, specifically version 3.12.0."],["The `RollbackRequest` class is used to roll back transactions in Google Cloud Spanner and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and has properties for `Session`, `SessionAsSessionName`, and `TransactionId`, all with descriptions given."],["The page also has many listed versions of `RollbackRequest`, from 3.5.0 to 3.15.1 and including beta versions of 5.0.0."],["The `RollbackRequest` class has two constructors, one default constructor and one that takes another `RollbackRequest` as an argument, which acts as a copy constructor."]]],[]]