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."],[[["This webpage details the `AllocateIdsResponse` class within the `Google.Cloud.Datastore.V1` namespace, which is used in response to `Datastore.AllocateIds`."],["The `AllocateIdsResponse` class has been implemented with multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the `AllocateIdsResponse`, from version 3.2.0 up to the latest version, 4.15.0."],["`AllocateIdsResponse` includes a `Keys` property, which contains a list of keys, each with a newly allocated ID."],["The `AllocateIdsResponse` class can be constructed using a default constructor or a copy constructor."]]],[]]