public sealed class AllocateIdsRequest : IMessage<AllocateIdsRequest>, IEquatable<AllocateIdsRequest>, IDeepCloneable<AllocateIdsRequest>, IBufferMessage, IMessage
The request 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 details the `AllocateIdsRequest` class, which is used to request the allocation of IDs within Google Cloud Datastore."],["The `AllocateIdsRequest` class is part of the `Google.Cloud.Datastore.V1` namespace and is found within the `Google.Cloud.Datastore.V1.dll` assembly."],["The page lists available versions for `AllocateIdsRequest`, ranging from version 3.2.0 up to the latest version, 4.15.0."],["`AllocateIdsRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base class `Object`."],["Key properties of the `AllocateIdsRequest` include `DatabaseId`, `Keys`, and `ProjectId`, which are used to specify the target database, the keys for ID allocation, and the project ID respectively."]]],[]]