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 in Spanner transactions."],["The latest version of this documentation is 5.0.0-beta05, with a listing of previous versions also available, ranging back to 3.5.0."],["`RollbackRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RollbackRequest` class has properties for `Session`, `SessionAsSessionName`, and `TransactionId`, where `Session` and `TransactionId` are required to be set."],["The `RollbackRequest` has two constructors: `RollbackRequest()` and `RollbackRequest(RollbackRequest other)`, where the latter takes a RollbackRequest object as a parameter."]]],[]]