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 document provides reference documentation for the `ReserveIdsRequest` class within the Google Cloud Datastore v1 API, specifically for version 4.3.0."],["`ReserveIdsRequest` is used for the `Datastore.ReserveIds` operation and is designed to prevent auto-allocation of numeric IDs for specified keys, as implemented by several interfaces."],["The `ReserveIdsRequest` class is part of the `Google.Cloud.Datastore.V1` namespace, found within the `Google.Cloud.Datastore.V1.dll` assembly, and inherits from `Object`, while implementing multiple interfaces."],["This class includes properties like `DatabaseId`, `Keys`, and `ProjectId` for configuring the request, with details on the type and description provided for each property."],["The page also provides links to documentation for various earlier versions of the `ReserveIdsRequest` class, starting from 3.2.0 up to the latest 4.15.0, so users can explore specific version documentation."]]],[]]