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-09 UTC."],[[["The webpage details the `AllocateIdsRequest` class, which is used to request the allocation of IDs in the Google Cloud Datastore."],["This `AllocateIdsRequest` class has two constructors: a default one (`AllocateIdsRequest()`) and one that takes another `AllocateIdsRequest` object as a parameter (`AllocateIdsRequest(AllocateIdsRequest other)`)."],["The `Keys` property is a required list of keys with incomplete paths for which to allocate IDs, and `ProjectId` is the required ID of the project making the request."],["The latest version available is 4.15.0, with versions going back to 3.2.0 being displayed."],["This class, which inherits from Object, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are found in the `Google.Protobuf` library."]]],[]]