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 the rollback of a Datastore transaction in the Google Cloud Datastore V1 API."],["The latest version of the `RollbackRequest` documentation is version 4.15.0, and previous versions dating back to 3.2.0 are also documented."],["The `RollbackRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `RollbackRequest` class includes two properties: `ProjectId`, which is the ID of the project for the request, and `Transaction`, the identifier of the transaction to be rolled back."],["The class has two constructors: a default constructor `RollbackRequest()`, and a copy constructor `RollbackRequest(RollbackRequest other)` used to make a copy of another `RollbackRequest`."]]],[]]