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."],[[["The webpage details the `AllocateIdsRequest` class, which is used to request the allocation of IDs in Google Cloud Datastore."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The latest version available is 4.15.0, and it provides access to previous versions as far back as version 3.2.0, allowing for different requirements."],["`AllocateIdsRequest` includes properties like `Keys`, a list of keys for which to allocate IDs, and `ProjectId`, which specifies the project for the request."],["The `AllocateIdsRequest` has two constructors: a default constructor and one that accepts another `AllocateIdsRequest` object for cloning."]]],[]]