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 in the Google Cloud Datastore."],["The `AllocateIdsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usability within the .NET framework."],["The webpage lists multiple available versions of the `AllocateIdsRequest`, ranging from version 3.2.0 up to the latest version, 4.15.0, facilitating access to specific versions."],["The class has two constructors, a parameterless constructor and one that takes another `AllocateIdsRequest` object, allowing for the creation of new instances or cloning existing ones."],["Key properties of `AllocateIdsRequest` are `Keys`, a list of keys for which IDs are to be allocated, and `ProjectId`, which is a required string indicating the project to send the request to."]]],[]]