public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class RollbackRequest.
The request for [Datastore.Rollback][google.datastore.v1.Datastore.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 Datastore v1 API, specifically in the `Google.Cloud.Datastore.V1` namespace within the `Google.Cloud.Datastore.V1.dll` assembly."],["This class is used to formulate a request for the `Datastore.Rollback` operation, allowing for the reversion of transactions in Google Cloud Datastore."],["The latest version of the RollbackRequest is 4.15.0, and this page provides access to documentation for all previous versions, going as far back as version 3.2.0."],["The `RollbackRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members like `GetHashCode`, `GetType`, and `ToString` from `object`."],["The class includes three essential properties: `DatabaseId`, `ProjectId`, and `Transaction`, which are crucial for specifying the target database, project, and the transaction to be rolled back, respectively."]]],[]]