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."],[[["This webpage details the `RollbackRequest` class, which is used to request a rollback operation in Google Cloud Datastore."],["The `RollbackRequest` class is part of the `Google.Cloud.Datastore.V1` namespace and is implemented in the `Google.Cloud.Datastore.V1.dll` assembly."],["The latest version of `RollbackRequest` is 4.15.0, while the webpage focuses primarily on version 3.4.0, but also lists various other versions ranging from 3.2.0 to 4.14.0."],["The `RollbackRequest` class includes properties such as `ProjectId` and `Transaction`, which are required for the rollback operation."],["`RollbackRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role within the Google Protobuf ecosystem."]]],[]]