public sealed class RollbackResponse : IMessage<RollbackResponse>, IEquatable<RollbackResponse>, IDeepCloneable<RollbackResponse>, IBufferMessage, IMessage
The response for [Datastore.Rollback][google.datastore.v1.Datastore.Rollback].
(an empty message).
[[["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-09 UTC."],[[["The latest version available for `Google.Cloud.Datastore.V1` is 4.15.0, with a range of versions from 4.15.0 down to 3.2.0 available for use."],["`RollbackResponse` is an empty message class used as a response for `Datastore.Rollback` operations in the Google Cloud Datastore V1 API."],["The `RollbackResponse` class inherits from `Object` and implements multiple interfaces, including `IMessage\u003cRollbackResponse\u003e`, `IEquatable\u003cRollbackResponse\u003e`, `IDeepCloneable\u003cRollbackResponse\u003e`, `IBufferMessage`, and `IMessage`."],["`RollbackResponse` includes two constructors: a default constructor `RollbackResponse()` and a copy constructor `RollbackResponse(RollbackResponse other)` allowing for making a new object from an existing one."],["This content is within the `Google.Cloud.Datastore.V1` namespace and is located in the `Google.Cloud.Datastore.V1.dll` assembly file."]]],[]]