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 page provides reference documentation for the `AllocateIdsResponse` class within the Google Cloud Datastore v1 API for .NET, specifically for version 4.10.0."],["The `AllocateIdsResponse` class is a response type used by the `Datastore.AllocateIds` method, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details that the `AllocateIdsResponse` class inherits from the base `object` class, which has functions such as GetHashCode, GetType, and ToString."],["This document presents all versions of the AllocateIdsResponse class, from 3.2.0 all the way to the latest 4.15.0."],["The main property of `AllocateIdsResponse` is `Keys`, which is a `RepeatedField` containing `Key` objects with allocated IDs, as specified in the request."]]],[]]