public sealed class AllocateIdsResponse : IMessage<AllocateIdsResponse>, IEquatable<AllocateIdsResponse>, IDeepCloneable<AllocateIdsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class AllocateIdsResponse.
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-17 UTC."],[[["The `AllocateIdsResponse` class is part of the Google Cloud Datastore v1 API, specifically in the `Google.Cloud.Datastore.V1` namespace within the `Google.Cloud.Datastore.V1.dll` assembly."],["This class represents the response returned by the `Datastore.AllocateIds` method, and it's designed to handle requests for ID allocation."],["The `AllocateIdsResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["It includes a `Keys` property of type `RepeatedField\u003cKey\u003e` which holds the newly allocated IDs."],["The documentation includes version information for `AllocateIdsResponse` from versions 3.2.0 up to 4.15.0, with 4.15.0 being the most recent."]]],[]]