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."],[[["The webpage provides documentation for the `AllocateIdsResponse` class within the `Google.Cloud.Datastore.V1` namespace, detailing its structure and usage."],["The latest version of the `AllocateIdsResponse` documentation is 4.15.0, with previous versions dating back to 3.2.0 available for reference."],["`AllocateIdsResponse` class is a response type for the `Datastore.AllocateIds` method and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AllocateIdsResponse` class contains a `Keys` property, which is a `RepeatedField` that returns keys specified in the request, and each key has a newly allocated ID."],["The page contains the constructors for the `AllocateIdsResponse` class, one of them being a parameterless constructor and the second accepting another `AllocateIdsResponse` as a parameter."]]],[]]