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-03-21 UTC."],[[["The webpage provides documentation for the `ReserveIdsResponse` class within the `Google.Cloud.Datastore.V1` namespace, detailing its structure and usage."],["The `ReserveIdsResponse` class represents the response for the `Datastore.ReserveIds` method and is sealed, preventing further inheritance."],["This documentation covers multiple versions of the `Google.Cloud.Datastore.V1` library, ranging from version 3.2.0 up to the latest, 4.15.0, allowing users to find the version that suits their project."],["The `ReserveIdsResponse` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring a comprehensive feature set."],["There are two constructors available for `ReserveIdsResponse`, one being the default constructor and the other taking an instance of `ReserveIdsResponse` as a parameter."]]],[]]