public sealed class ReserveIdsResponse : IMessage<ReserveIdsResponse>, IEquatable<ReserveIdsResponse>, IDeepCloneable<ReserveIdsResponse>, IBufferMessage, IMessage
The response for [Datastore.ReserveIds][google.datastore.v1.Datastore.ReserveIds].
[[["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."],[[["The latest version of the `Google.Cloud.Datastore.V1` library is 4.15.0, with a range of previous versions available, from 4.14.0 down to 3.2.0."],["This webpage documents the `ReserveIdsResponse` class within the `Google.Cloud.Datastore.V1` namespace, which serves as the response type for the `Datastore.ReserveIds` operation."],["The `ReserveIdsResponse` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReserveIdsResponse` class offers two constructors: a default constructor and one that accepts another `ReserveIdsResponse` instance as a parameter."],["The `ReserveIdsResponse` includes inherited members from `Object`, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]