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 in the `Google.Cloud.Spanner.V1` namespace within the .NET environment."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["It has two constructors: a default one and another that takes a `RollbackRequest` object as a parameter for creating a copy, and it includes properties such as `Session`, `SessionAsSessionName`, and `TransactionId` to manage the details of a transaction rollback request."],["The page lists several versions of the package, with the latest being version 5.0.0-beta05, and the current version for the described class is version 4.2.0."],["The RollbackRequest class is used to define the structure of a request for the Rollback operation within the Google Spanner API."]]],[]]