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 page provides reference documentation for the `RollbackRequest` class within the Google Cloud Datastore v1 API for .NET, with version 4.15.0 being the most recent."],["`RollbackRequest` is a class used to request the rollback of a transaction in the Google Cloud Datastore, as indicated in the documentation for the `Datastore.Rollback` function."],["The `RollbackRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class's properties include `DatabaseId`, `ProjectId` and `Transaction`, which are utilized to define the context and scope of the Rollback operation."],["The documentation details the different versions of the Rollback Request class, from the latest (4.15.0) back to 3.2.0, highlighting different releases and changes made."]]],[]]