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-04-17 UTC."],[[["This webpage details the `AllocateIdsRequest` class within the `Google.Cloud.Datastore.V1` namespace, used for requesting ID allocation in the Datastore API."],["The `AllocateIdsRequest` class is part of version 3.3.0 of the library and is a request type for the Datastore's `AllocateIds` method."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and another that takes an existing `AllocateIdsRequest` object as a parameter."],["The `AllocateIdsRequest` class contains properties like `Keys`, a list of incomplete keys, and `ProjectId`, the project ID for the request."]]],[]]