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 page provides reference documentation for the `ReserveIdsRequest` class within the Google Cloud Datastore V1 API, specifically for .NET development."],["The `ReserveIdsRequest` class is used to reserve numeric IDs within the Datastore, preventing them from being automatically allocated."],["The documentation covers the class's inheritance from `Object` and its implementation of multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `ReserveIdsRequest` API, with version 4.15.0 being the latest and version 4.4.0 being the current focus, and also details its properties `DatabaseId`, `Keys`, and `ProjectId`."],["The `ReserveIdsRequest` has two constructors, one default and one that takes another `ReserveIdsRequest` as a parameter, and lists inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]