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 webpage details the `RollbackResponse` class within the `Google.Cloud.Datastore.V1` namespace, specifically for the .NET environment, and provides version history."],["The `RollbackResponse` class is designed to represent the response for the `Datastore.Rollback` operation, which is indicated by the fact that it is an empty message."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling messages and managing data operations within the Google Cloud Datastore."],["The available versions of `RollbackResponse` range from 3.2.0 to the latest version, 4.15.0, with multiple versions in between, for developers to reference."],["The page also provides information on the class inheritance as well as the inherited members."]]],[]]