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 documentation page covers the `ReserveIdsRequest` class within the Google Cloud Datastore v1 API for .NET, providing reference information for different versions."],["The latest version of the `ReserveIdsRequest` is documented under version 4.15.0, with links to versions going back to 3.2.0."],["`ReserveIdsRequest` is a request object used to reserve IDs in the Datastore and implements various interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `DatabaseId`, `Keys`, and `ProjectId`, which are used to specify the target database, the list of keys to reserve, and the project ID, respectively."],["The class `ReserveIdsRequest` also has two constructors, one default constructor and one for deep copying."]]],[]]