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 documenting versions from 3.2.0 to 4.15.0, with 4.15.0 being the latest."],["`ReserveIdsResponse` is a class that serves as the response type for the `Datastore.ReserveIds` operation within the Google Cloud Datastore API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which come from the Google.Protobuf namespace."],["The `ReserveIdsResponse` class inherits from the base `Object` class and offers two constructors: a default constructor and one that allows for creating a copy of an existing `ReserveIdsResponse` object."]]],[]]