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 page details the `RollbackRequest` class within the `Google.Cloud.Datastore.V1` namespace, used for the `Datastore.Rollback` operation."],["The latest version available for this class is 4.15.0, with multiple earlier versions listed, down to 3.2.0."],["`RollbackRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `RollbackRequest` object as a parameter."],["Key properties of the `RollbackRequest` class are `ProjectId` (a string representing the project ID) and `Transaction` (a `ByteString` representing the transaction identifier)."]]],[]]