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 latest version of the `RollbackRequest` documentation is `5.0.0-beta05`, with numerous previous versions also documented, ranging from `5.0.0-beta04` to `3.5.0`."],["`RollbackRequest` is a class used to request a rollback operation in Google Cloud Spanner, implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RollbackRequest` class includes two constructors, one empty and one that accepts another `RollbackRequest` object as a parameter."],["This class has properties such as `Session`, which is a required string indicating the session to rollback, `SessionAsSessionName` which is a typed view over the `Session` name, and `TransactionId`, a required `ByteString` that indicates the transaction to roll back."],["The `RollbackRequest` class inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` from the base `Object` class."]]],[]]