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."],[[["The `RollbackResponse` class represents an empty message response for the `Datastore.Rollback` operation in the Google Cloud Datastore V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cRollbackResponse\u003e`, `IDeepCloneable\u003cRollbackResponse\u003e`, and `IBufferMessage`, providing various functionalities like message handling, equality comparison, and deep cloning."],["The `RollbackResponse` class, part of the `Google.Cloud.Datastore.V1` namespace, is found within the `Google.Cloud.Datastore.V1.dll` assembly."],["This class has two constructors: a default constructor and a copy constructor to make a duplicate of a current `RollbackResponse`."],["The page provides a list of available versions for `RollbackResponse`, ranging from 3.2.0 up to the latest version, 4.15.0, allowing users to explore the class across different releases."]]],[]]