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-04-17 UTC."],[[["This webpage provides documentation for the `RollbackRequest` class within the Google Cloud Spanner v1 API, specifically for .NET development, across multiple versions, with the latest being 5.0.0-beta05."],["The `RollbackRequest` class is used to roll back a transaction within a specific session, as part of the `google.spanner.v1.Spanner.Rollback` operation."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checking, deep cloning, and buffered message operations."],["The class includes properties for specifying the `Session` (where the transaction is running) and the `TransactionId` (the transaction to roll back), with methods to return `Session` as a `SessionName`."],["There are 20 listed versions of the Rollback Request class, going as far back as version 3.5.0, which are all documented within this webpage."]]],[]]