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, and it is part of the `Google.Cloud.Datastore.V1` namespace."],["This request class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer management."],["The class supports the specification of `ProjectId` and `DatabaseId` properties, which are required to define the target project and database for the request, with an empty string signifying the default database."],["The `Keys` property, which is a `RepeatedField` of `Key`, is necessary for providing a list of keys with complete paths whose numeric IDs should be reserved."],["The page provides a list of versions for this feature, with 4.15.0 being the latest version."]]],[]]