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 in Google Cloud Spanner, within a specific session."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the Google.Protobuf framework."],["The `RollbackRequest` class contains properties such as `Session`, `SessionAsSessionName`, and `TransactionId`, allowing users to specify the session and transaction to be rolled back."],["The latest version of the API represented in this content is 5.0.0-beta05 and the documentation encompasses versions from 3.5.0 up to this beta, including version 3.15.1."]]],[]]