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 for .NET."],["The `RollbackRequest` class is used to define a request for rolling back a transaction in the Google Cloud Datastore."],["The current page displays information for version 4.12.0 of the Google Cloud Datastore v1 API, with links provided for other versions ranging from 4.15.0 down to 3.2.0."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `RollbackRequest` class contains properties such as `DatabaseId`, `ProjectId`, and `Transaction` to specify details about the rollback operation."]]],[]]