public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class RollbackRequest.
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-08-04 UTC."],[[["The latest version of the `RollbackRequest` API is 5.0.0-beta05, with various previous versions also documented, including 4.6.0, 4.5.0, 4.4.0, and versions ranging from 3.5.0 to 3.15.1."],["`RollbackRequest` is a class within the Google Cloud Spanner v1 API, designed to request a transaction rollback."],["The `RollbackRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Session` (a string representing the session) and `TransactionId` (a ByteString representing the transaction to be rolled back), both of which are required."],["The class includes two constructors, a parameterless constructor, and one that uses another `RollbackRequest` as a parameter."]]],[]]