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-03-21 UTC."],[[["This webpage details the `RollbackResponse` class within the `Google.Cloud.Datastore.V1` namespace, specifically for .NET development."],["The `RollbackResponse` class is an empty message that represents the response for the `Datastore.Rollback` operation, as defined in the `google.datastore.v1` package."],["The page lists various versions of the `RollbackResponse` class, ranging from version 3.2.0 to the latest version 4.15.0."],["The `RollbackResponse` class inherits from the `Object` class and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RollbackResponse` class provides two constructors, one default and one that takes another `RollbackResponse` object as a parameter for copying."]]],[]]