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 used to request the rollback of a transaction."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, deep cloning, and buffer management."],["The `RollbackRequest` class has two constructors, one default and another that takes a `RollbackRequest` object for copying, and it contains properties for managing the session and transaction details."],["The Session property is a string to contain the session ID, while the SessionAsSessionName property provides a type-safe way to interact with this same data using a strongly-typed SessionName object."],["The `TransactionId` property is a ByteString that contains the ID of the specific transaction to roll back, which is a required field for this request type."]]],[]]