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-03-21 UTC."],[[["This webpage provides documentation for the `AllocateIdsResponse` class within the Google Cloud Datastore v1 API, specifically for the .NET framework."],["The `AllocateIdsResponse` class is used as the response type for the `Datastore.AllocateIds` method, which allocates IDs in the Datastore."],["This page references multiple versions of the API, with version 4.15.0 being the latest and 4.6.0 being highlighted as the page's version, going as low as 3.2.0."],["`AllocateIdsResponse` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main property of `AllocateIdsResponse` is `Keys`, a `RepeatedField` of `Key` objects, which represents the newly allocated IDs in the request order."]]],[]]