public sealed class RollbackResponse : IMessage<RollbackResponse>, IEquatable<RollbackResponse>, IDeepCloneable<RollbackResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class RollbackResponse.
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 is part of the Google Cloud Datastore v1 API, specifically in the `Google.Cloud.Datastore.V1` namespace within the `Google.Cloud.Datastore.V1.dll` assembly."],["This class represents the response for a Datastore Rollback operation and it's an empty message, indicating that there is no content returned in the response."],["The `RollbackResponse` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all found within the Protobuf framework."],["The documentation provides access to versions of `RollbackResponse` from version 3.2.0 to the latest 4.15.0, with each version hyperlinked to its respective documentation."],["The class offers two constructors: a default `RollbackResponse()` constructor and another `RollbackResponse(RollbackResponse other)` constructor used to create a copy of an existing `RollbackResponse` object."]]],[]]