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 reference documentation for the `AllocateIdsRequest` class within the Google Cloud Datastore v1 API, specifically for version 4.12.0 of the .NET library."],["The `AllocateIdsRequest` class is used to request the allocation of IDs from the Datastore and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It outlines the class's inheritance from the `object` class, its implemented interfaces, and inherited members like `GetHashCode`, `GetType`, and `ToString`."],["The documentation includes details about the class's constructors, such as the default constructor `AllocateIdsRequest()` and the copy constructor `AllocateIdsRequest(AllocateIdsRequest other)`."],["Key properties of the `AllocateIdsRequest` class are described, including `DatabaseId`, `Keys`, and `ProjectId`, with details on their types, descriptions, and requirements."]]],[]]