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 within the Google Cloud Datastore."],["The latest version of this class is 4.15.0, but the page lists all versions back to 3.2.0 of the `ReserveIdsRequest` in `Google.Cloud.Datastore.V1`."],["`ReserveIdsRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `DatabaseId`, `Keys`, and `ProjectId`, which specify the database, the keys to be reserved, and the project ID respectively."],["The page provides the `ReserveIdsRequest` class's constructors as well as the inherited methods and properties, also providing links to the documentation of their respective assemblies."]]],[]]