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 page details the `RollbackRequest` class within the `Google.Cloud.Spanner.V1` namespace, used for requesting a rollback operation in Google Cloud Spanner."],["The `RollbackRequest` class is a part of the Google.Cloud.Spanner.V1.dll assembly, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest beta version available is `5.0.0-beta05`, with previous versions like `4.6.0`, `4.5.0`, `4.4.0`, `4.3.0`, and so forth, and going all the way back to `3.5.0` also listed."],["Key properties of the `RollbackRequest` class include `Session`, representing the session where the transaction is running, and `TransactionId`, which specifies the transaction to be rolled back."],["Two constructors are available for the `RollbackRequest` class, a default constructor and one that accepts another `RollbackRequest` object for deep copying."]]],[]]