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."],[[["The latest version of the `Google.Cloud.Datastore.V1` package is 4.15.0, with a detailed list of previous versions available from 4.14.0 down to 3.2.0."],["The `RollbackRequest` class is a sealed class within the `Google.Cloud.Datastore.V1` namespace used to make requests to roll back transactions in Google Cloud Datastore."],["The `RollbackRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a constructor that takes another `RollbackRequest` object as a parameter for creating a new instance based off another."],["The `RollbackRequest` class has two properties: `ProjectId`, which is the project's ID, and `Transaction`, which is the identifier for a transaction that you wish to rollback."]]],[]]