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."],[[["This webpage provides reference documentation for the `RollbackResponse` class within the Google Cloud Datastore v1 API, specifically for .NET developers."],["The `RollbackResponse` class is an empty message representing the response for a Datastore Rollback operation, with all versions of the response class from 3.2.0 up to the current latest version of 4.15.0 included."],["The `RollbackResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The RollbackResponse class inherits members from `object`, with the inherited members including `GetHashCode()`, `GetType()`, and `ToString()`."],["There are two constructors available for `RollbackResponse`: one default constructor and another that takes another `RollbackResponse` object as a parameter."]]],[]]