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 latest version of the `ReserveIdsRequest` is 4.15.0, and this document provides access to versions ranging from 3.2.0 to 4.15.0."],["`ReserveIdsRequest` is a class used for requesting the reservation of IDs in Google Cloud Datastore and it inherits from `Object` and implements multiple interfaces."],["The `ReserveIdsRequest` class includes constructors to create new instances and to clone existing instances for ease of use."],["Key properties of `ReserveIdsRequest` are `DatabaseId`, `Keys`, and `ProjectId`, which allow specifying the database, list of keys, and project ID for the reservation request, respectively."],["`ReserveIdsRequest` is a request for `Datastore.ReserveIds` and it belongs to the `Google.Cloud.Datastore.V1` namespace, and is contained in the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]