public sealed class AllocateIdsRequest : IMessage<AllocateIdsRequest>, IEquatable<AllocateIdsRequest>, IDeepCloneable<AllocateIdsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class AllocateIdsRequest.
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 provides reference documentation for the `AllocateIdsRequest` class within the Google Cloud Datastore V1 API, specifically for version 4.13.0."],["`AllocateIdsRequest` is a class used to request the allocation of IDs in the Datastore, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `DatabaseId`, `Keys`, and `ProjectId`, which are used to specify the database, the keys for which to allocate IDs, and the project ID, respectively."],["The documentation also lists the available versions of the `AllocateIdsRequest`, ranging from version 4.15.0 (latest) down to version 3.2.0."],["The class has two constructors, one default and one that accepts another `AllocateIdsRequest` object as a parameter, and it inherits from `object`."]]],[]]