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 page provides documentation for the `AllocateIdsRequest` class within the Google Cloud Datastore v1 API for .NET, specifically version 4.11.0."],["The `AllocateIdsRequest` class is used to request ID allocation from the Datastore API, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This API endpoint is for the request of the `Datastore.AllocateIds` method."],["The documentation details the constructors and properties of the `AllocateIdsRequest` class, including `DatabaseId`, `Keys`, and `ProjectId`, which are used to specify the target database, keys needing IDs, and the project ID respectively."],["A list of available versions for `AllocateIdsRequest` is provided, showing versions ranging from 3.2.0 up to the most current 4.15.0."]]],[]]