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, which is used to request the reservation of IDs in the Google Cloud Datastore."],["The latest version of this class is 4.15.0, but the page lists versions ranging from 3.2.0 to 4.15.0 for the class."],["The `ReserveIdsRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ReserveIdsRequest` class include `DatabaseId`, `Keys`, and `ProjectId`, allowing specification of the database, keys, and project for the ID reservation."],["The class includes two constructors: a default constructor and one that takes another `ReserveIdsRequest` object as a parameter."]]],[]]