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 `RollbackRequest` class is part of the Google Cloud Spanner v1 API, specifically found in the `Google.Cloud.Spanner.V1` namespace."],["This class is used to create requests for rolling back transactions within a Spanner session, as indicated by the documentation stating \"The request for [Rollback][google.spanner.v1.Spanner.Rollback]\"."],["The `RollbackRequest` class includes properties for `Session` and `TransactionId`, which are both required fields to specify the session and transaction to be rolled back."],["Version 5.0.0-beta05 is the latest version of the API available, while version 4.3.0 is the current reference version shown in the documentation and a list of previous version numbers are provided."],["The `RollbackRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Protobuf and providing various functionalities."]]],[]]