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-04-17 UTC."],[[["This webpage details the `RollbackRequest` class within the `Google.Cloud.Datastore.V1` namespace, used for requesting a rollback operation in Google Cloud Datastore."],["The latest version documented is 4.15.0, with numerous prior versions available, going back to version 3.2.0."],["The `RollbackRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has two constructors, a default one and one that takes another `RollbackRequest` object as a parameter for creating a new instance."],["The `RollbackRequest` class contains two key properties: `ProjectId` (a string) and `Transaction` (a `ByteString`), both of which are required for making the rollback request."]]],[]]