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 implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are multiple versions of the `RollbackRequest` class available, ranging from version 3.5.0 to the latest beta release 5.0.0-beta05."],["The class has two constructors: a parameterless one and one that takes another `RollbackRequest` object, and includes properties to define the `Session` and `TransactionId` for the rollback."],["The `RollbackRequest` class requires both a `Session` and a `TransactionId` to be specified, allowing the user to rollback within a given session."]]],[]]