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."],[[["This page provides reference documentation for the `RollbackRequest` class within the Google Cloud Spanner v1 API, specifically for version 4.6.0."],["The `RollbackRequest` class is used to request a rollback operation in Google Cloud Spanner transactions, inheriting from various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `RollbackRequest` class include `Session` (a string representing the session ID), `SessionAsSessionName` (a typed view over the `Session` resource), and `TransactionId` (a `ByteString` indicating the transaction to roll back)."],["The documentation includes a list of versions of the Google.Cloud.Spanner.V1 API, ranging from the latest beta version (5.0.0-beta05) down to version 3.5.0, that are related to RollbackRequest."],["The RollbackRequest class has two constructors one with no parameters, and one that has one parameter of RollbackRequest type."]]],[]]