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."],[[["The `RollbackRequest` class is used to initiate a rollback operation within the Google Cloud Spanner environment."],["This class is available in multiple versions, ranging from 3.5.0 up to 5.0.0-beta05, with version 5.0.0-beta05 being the most recent."],["The `RollbackRequest` class inherits from `Object` and implements several interfaces, including `IMessage\u003cRollbackRequest\u003e`, `IEquatable\u003cRollbackRequest\u003e`, `IDeepCloneable\u003cRollbackRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, a parameterless constructor and one that takes a `RollbackRequest` as a parameter, and the class also contains properties for managing the `Session` and `TransactionId` for the rollback operation."],["The `RollbackRequest` class is part of the `Google.Cloud.Spanner.V1` namespace and is contained within the `Google.Cloud.Spanner.V1.dll` assembly."]]],[]]