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, which is part of the Google Cloud Datastore V1 library for .NET, specifically version 3.4.0."],["The `AllocateIdsResponse` class is used as the response type for the `Datastore.AllocateIds` method, detailing how to get a new ID."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `Keys` property, of type `RepeatedField\u003cKey\u003e`, provides access to the newly allocated IDs in the response, matching the order specified in the original request."],["The webpage shows a version history of the package, ranging from version 3.2.0 up to the latest version 4.15.0."]]],[]]