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-08-04 UTC."],[[["This webpage details the `RollbackRequest` class within the `Google.Cloud.Spanner.V1` namespace, specifically version 3.13.0."],["The `RollbackRequest` class is used to roll back transactions in Google Cloud Spanner and inherits from the base `Object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RollbackRequest` class includes properties such as `Session`, `SessionAsSessionName`, and `TransactionId`, which are essential for specifying the session and transaction to be rolled back."],["The webpage provides a list of previous versions of `RollbackRequest`, including the latest beta version 5.0.0-beta05, and ranging down to version 3.5.0, which are all accessible through their respective hyperlinks."]]],[]]