public sealed class RollbackRequest : IMessage<RollbackRequest>, IEquatable<RollbackRequest>, IDeepCloneable<RollbackRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class RollbackRequest.
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 provides reference documentation for the `RollbackRequest` class within the Google Cloud Datastore v1 API, specifically for version 4.13.0."],["`RollbackRequest` is a class used to initiate a rollback operation in Google Cloud Datastore, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `RollbackRequest()` and a copy constructor `RollbackRequest(RollbackRequest other)`."],["It includes properties like `DatabaseId`, `ProjectId`, and `Transaction`, which are essential for specifying the target database, project, and the transaction to be rolled back."],["There are links to documentation of other versions of the API, ranging from 4.15.0 down to 3.2.0."]]],[]]