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-09 UTC."],[[["This webpage provides documentation for the `RollbackRequest` class within the Google Cloud Spanner v1 API, specifically for .NET development, offering a range of versions from the latest beta release (5.0.0-beta05) down to version 3.5.0."],["The `RollbackRequest` class is used to initiate a rollback operation on a Spanner database transaction, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RollbackRequest` class include `Session`, which identifies the session containing the transaction to be rolled back, and `TransactionId`, which specifies the transaction to roll back, with the session having a `SessionName` typed view."],["This class inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["There are two constructors that can be used to instantiate a `RollbackRequest` object, one is parameterless and the other takes another `RollbackRequest` object as parameter."]]],[]]