public sealed class AllocateIdsResponse : IMessage<AllocateIdsResponse>, IEquatable<AllocateIdsResponse>, IDeepCloneable<AllocateIdsResponse>, IBufferMessage, IMessage
The response for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
[[["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."],[[["This webpage details the `AllocateIdsResponse` class within the `Google.Cloud.Datastore.V1` namespace, specifically version 4.2.0."],["`AllocateIdsResponse` is used as the response for the `Datastore.AllocateIds` method, designed for allocating IDs."],["It inherits from `Object` and implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which add functionality to the class."],["The class offers two constructors and a `Keys` property, which is a `RepeatedField` containing the newly allocated key IDs."],["This page also lists previous versions of this documentation, all the way to version 3.2.0, as well as the latest, which is 4.15.0, each with a link."]]],[]]