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-03-21 UTC."],[[["The latest version of the `RollbackRequest` class is `5.0.0-beta05`, with a total of 20 versions available for reference in the documentation, including beta and stable releases."],["The `RollbackRequest` class, part of the Google Cloud Spanner v1 API, is a sealed class that represents a request to roll back a transaction in Spanner."],["`RollbackRequest` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in various contexts."],["The class includes two constructors: a default constructor and one that accepts another `RollbackRequest` instance for deep copying, as well as `Session` and `TransactionId` properties to specify which transaction to roll back."],["The `Session` property specifies the session where the transaction is running, and `SessionAsSessionName` provides a typed view, while `TransactionId` identifies the specific transaction to be rolled back."]]],[]]