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."],[[["The `ReserveIdsRequest` class is used to request the reservation of IDs in the Google Cloud Datastore, specifically within the `Google.Cloud.Datastore.V1` namespace."],["This class is a request object for the `Datastore.ReserveIds` method, as seen in the context of `google.datastore.v1.Datastore.ReserveIds`."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cReserveIdsRequest\u003e`, `IDeepCloneable\u003cReserveIdsRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["The `ReserveIdsRequest` class includes properties for specifying the `ProjectId`, `DatabaseId`, and a collection of `Keys` that need to have their numeric IDs reserved."],["The documentation outlines various versions of the library, ranging from version 4.15.0 (latest) down to 3.2.0, demonstrating a history of updates and feature additions over time."]]],[]]