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`, demonstrating its capabilities for handling data."],["The class has two constructors: a default one (`AllocateIdsRequest()`) and one that allows for the cloning of an existing `AllocateIdsRequest` object (`AllocateIdsRequest(AllocateIdsRequest other)`)."],["Key properties of the `AllocateIdsRequest` class include `Keys` (a list of keys for ID allocation) and `ProjectId` (the project identifier for the request)."],["The page also lists different versions of the Google Cloud Datastore API, from version 3.2.0 up to the latest 4.15.0."]]],[]]