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."],[[["The `RollbackRequest` class is part of the Google Cloud Spanner v1 API, specifically within the `Google.Cloud.Spanner.V1` namespace for .NET development."],["This class facilitates requests to roll back transactions in Google Cloud Spanner, as indicated by its association with the `Spanner.Rollback` method."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["It contains properties such as `Session`, `SessionAsSessionName`, and `TransactionId` which are essential for identifying the transaction to be rolled back and the associated session."],["The latest version available of the `RollbackRequest` is `5.0.0-beta05`, with multiple previous versions also available for usage."]]],[]]