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-04-02 UTC."],[[["This webpage provides documentation for the `RollbackRequest` class within the Google Cloud Datastore v1 API for .NET, with the current version being 4.7.0."],["The `RollbackRequest` class is used to initiate a rollback operation in Google Cloud Datastore and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RollbackRequest` class includes constructors for creating a new instance and copying an existing one, along with properties such as `DatabaseId`, `ProjectId`, and `Transaction`, which are essential for defining a rollback request."],["The documentation provides links to different versions of the RollbackRequest class ranging from version 3.2.0 to the latest version, 4.15.0, allowing users to access the reference documentation for various versions of the API."]]],[]]