public sealed class ReserveIdsRequest : IMessage<ReserveIdsRequest>, IEquatable<ReserveIdsRequest>, IDeepCloneable<ReserveIdsRequest>, IBufferMessage, IMessage
The request for [Datastore.ReserveIds][google.datastore.v1.Datastore.ReserveIds].
[[["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 details the `ReserveIdsRequest` class within the `Google.Cloud.Datastore.V1` namespace, used for reserving IDs in Google Cloud Datastore."],["The latest version available is 4.15.0, and the page provides documentation for versions ranging from 4.15.0 down to 3.2.0."],["The `ReserveIdsRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DatabaseId`, `Keys` (a list of keys), and `ProjectId`, which are essential for specifying the request's target."],["There are two constructors available for creating a new `ReserveIdsRequest` object, one default and one that accepts another `ReserveIdsRequest` object as a parameter."]]],[]]