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-04-09 UTC."],[[["This webpage provides documentation for the `RollbackResponse` class within the Google Cloud Datastore v1 API for .NET, specifically version 4.13.0."],["The `RollbackResponse` class represents the empty response message for the `Datastore.Rollback` operation in the API."],["It is accessible within the `Google.Cloud.Datastore.V1` namespace and is implemented in the `Google.Cloud.Datastore.V1.dll` assembly."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors, one default and another for creating a copy from an existing `RollbackResponse` instance."]]],[]]