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 documentation for the `RollbackResponse` class within the Google Cloud Datastore v1 API for .NET, specifically version 4.7.0."],["The `RollbackResponse` class is used as the response type for the `Datastore.Rollback` method, and it is designed as an empty message."],["The documentation includes details on the class's inheritance from `object` and its implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists previous versions of the documentation, ranging from 4.15.0 (latest) down to 3.2.0, with each version having its own documentation page for the `RollbackResponse`."],["The documentation includes details on the constructors available for the `RollbackResponse` class, which include a default constructor and one that takes another `RollbackResponse` object as a parameter."]]],[]]