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."],[[["The latest version available for the Google Cloud Datastore v1 API is 4.15.0, with multiple previous versions also listed and accessible."],["This documentation specifically pertains to the `RollbackRequest` class within the `Google.Cloud.Datastore.V1` namespace, used for rolling back transactions."],["The `RollbackRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities within the API."],["Key properties of the `RollbackRequest` class include `DatabaseId`, `ProjectId`, and `Transaction`, which are essential for specifying the target database, project, and the transaction to rollback, respectively."],["The `RollbackRequest` class has a constructor with no parameters and a constructor which takes another `RollbackRequest` as a parameter."]]],[]]