public sealed class ReserveIdsResponse : IMessage<ReserveIdsResponse>, IEquatable<ReserveIdsResponse>, IDeepCloneable<ReserveIdsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class ReserveIdsResponse.
The response 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 `ReserveIdsResponse` class within the Google Cloud Datastore v1 API, specifically for version 4.8.0."],["The `ReserveIdsResponse` class represents the response for the `Datastore.ReserveIds` operation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and provides methods such as `GetHashCode()`, `GetType()`, and `ToString()`, all found within the `object` class."],["The page also includes links to documentation for multiple versions of the Google Cloud Datastore v1 API, ranging from 3.2.0 to the latest version 4.15.0."],["There are two constructors available for the `ReserveIdsResponse` class, a parameterless constructor and one that accepts another instance of `ReserveIdsResponse`."]]],[]]