public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
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 used to request a rollback operation in Google Cloud Datastore, part of the `Google.Cloud.Datastore.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `RollbackRequest` class has properties such as `DatabaseId`, `ProjectId`, and `Transaction`, which are essential for identifying the specific database, project, and transaction to be rolled back."],["The latest available version of RollbackRequest is 4.15.0, with the content showing that there are 19 documented versions available."],["This class is contained within the Google.Cloud.Datastore.V1.dll assembly."]]],[]]