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 details the `ReserveIdsResponse` class within the `Google.Cloud.Datastore.V1` namespace, specifically for .NET development."],["Version 4.15.0 is the latest available version, while the content focuses on version 3.2.0 and its preceding versions, all related to `ReserveIdsResponse`."],["The `ReserveIdsResponse` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as a response for the Datastore.ReserveIds API call."],["The class `ReserveIdsResponse` inherits from the `Object` class, and it includes a parameter to clone the response with the `ReserveIdsResponse` type."],["The page lists multiple versions of the `ReserveIdsResponse` documentation, ranging from version 3.2.0 to the latest version, 4.15.0, allowing developers to check the differences among the versions."]]],[]]