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 reserving IDs in Google Cloud Datastore."],["The latest version of `ReserveIdsRequest` is 4.15.0, but the page lists versions dating back to 3.2.0."],["`ReserveIdsRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ReserveIdsRequest` class include `DatabaseId`, `Keys`, and `ProjectId`, with `Keys` being a required list of keys, and ProjectId being the required ID of the project."],["The class includes two constructors: one for a basic ReserveIdsRequest and another to copy another ReserveIdsRequest object."]]],[]]