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-03-21 UTC."],[[["The webpage provides documentation for the `AllocateIdsResponse` class within the `Google.Cloud.Datastore.V1` namespace, detailing its structure and usage."],["The `AllocateIdsResponse` class, a part of the Datastore API, is used to process responses for the `Datastore.AllocateIds` function, which is used in the process of allocating ID's."],["The most recent version of the API documentation covered here is for version 4.15.0, while the oldest version covered here is 3.2.0, and covers everything in between."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and its inheritance includes the base `Object` class."],["The class has two constructors, one default constructor and one that takes an existing `AllocateIdsResponse` as a parameter, and it has one property named `Keys`, of type `RepeatedField\u003cKey\u003e`."]]],[]]