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-04-17 UTC."],[[["The page provides documentation for the `AllocateIdsResponse` class within the Google Cloud Datastore v1 API for .NET."],["It lists various versions of the Google Cloud Datastore v1 API, ranging from version 3.2.0 to the latest version, 4.15.0, all referencing `AllocateIdsResponse`."],["`AllocateIdsResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, a default one and one that takes another `AllocateIdsResponse` object as a parameter."],["The `Keys` property, of type `RepeatedField\u003cKey\u003e`, holds the allocated IDs returned in the response, with the keys specified in the request."]]],[]]