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 for .NET."],["The `AllocateIdsResponse` class is used to handle the response from the Datastore.AllocateIds API method."],["The page lists available versions of the API, ranging from 3.2.0 to the latest version 4.15.0, with each version linking to its specific documentation."],["`AllocateIdsResponse` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and has constructors and one property called `Keys`."],["The property `Keys` within the class returns the list of keys that were specified in the request, now with newly allocated IDs, as a `RepeatedField` of `Key` objects."]]],[]]