public sealed class ReserveIdsRequest : IMessage<ReserveIdsRequest>, IEquatable<ReserveIdsRequest>, IDeepCloneable<ReserveIdsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class ReserveIdsRequest.
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 provides reference documentation for the `ReserveIdsRequest` class within the Google Cloud Datastore v1 API for .NET."],["The `ReserveIdsRequest` class is used to request the reservation of numeric IDs for keys in Google Cloud Datastore."],["The latest version available is 4.15.0, and the webpage lists versions from 4.15.0 down to 3.2.0 with direct links to documentation."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enabling operations like message handling, comparison, deep cloning, and buffer message handling."],["The `ReserveIdsRequest` class contains properties to set the `DatabaseId`, a list of `Keys` and the `ProjectId`."]]],[]]