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 .NET."],["The latest version of the API documented here is 4.15.0, with links provided for versions ranging from 3.2.0 to 4.15.0, however the page is focused on version 4.3.0."],["`AllocateIdsResponse` is a sealed class that serves as the response for the `Datastore.AllocateIds` operation."],["The `AllocateIdsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for handling and cloning message data."],["The class contains one property called `Keys` that returns a `RepeatedField` of type `Key` containing the newly allocated IDs."]]],[]]