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 reference documentation for the `AllocateIdsResponse` class within the Google Cloud Datastore v1 API for .NET."],["The `AllocateIdsResponse` class is used as the response type for the `Datastore.AllocateIds` method, which is responsible for allocating IDs in the Datastore."],["It is the latest version, 4.15.0 of the library, which provides a collection of versions for Google.Cloud.Datastore.V1 dating back to 3.2.0, and contains reference documentaion for the AllocateIdsResponse class."],["The `AllocateIdsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains the `Keys` property, which is a `RepeatedField\u003cKey\u003e` that holds the keys from the request, now completed with their newly allocated IDs."]]],[]]