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, specifically for version 4.12.0."],["`ReserveIdsRequest` is used to make requests for `Datastore.ReserveIds` and is derived from base objects while implementing multiple interfaces, like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `ReserveIdsRequest` class allows the reservation of IDs in a Google Cloud Datastore project, and has properties for setting the `ProjectId`, `DatabaseId`, and a list of `Keys`."],["There are several versions of the `ReserveIdsRequest` documentation available, ranging from 3.2.0 up to the latest version, 4.15.0, accessible via the version links at the top of the page."]]],[]]