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 latest version of the Google.Cloud.Datastore.V1 package is 4.15.0, with multiple previous versions available for reference."],["The `AllocateIdsResponse` class is part of the Google.Cloud.Datastore.V1 namespace and is designed to handle responses from the `Datastore.AllocateIds` function."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AllocateIdsResponse` class has two constructors, a default one and another that accepts an `AllocateIdsResponse` object as a parameter."],["The `Keys` property, which is of type `RepeatedField\u003cKey\u003e`, is used to store the newly allocated IDs."]]],[]]