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 latest version of the `Google.Cloud.Datastore.V1` package is 4.15.0, with a range of previous versions available, down to 3.2.0."],["`AllocateIdsRequest` is a class within the `Google.Cloud.Datastore.V1` namespace used to request ID allocation in Datastore."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and transfer."],["`AllocateIdsRequest` has properties like `Keys`, which holds a list of keys for ID allocation, and `ProjectId`, which is the identifier of the project making the request."],["The class `AllocateIdsRequest` inherits from the base class `Object` and has two constructors: a default one and another one that takes an `AllocateIdsRequest` parameter."]]],[]]