public sealed class ReserveIdsRequest : IMessage<ReserveIdsRequest>, IEquatable<ReserveIdsRequest>, IDeepCloneable<ReserveIdsRequest>, IBufferMessage, IMessage
The request for [Datastore.ReserveIds][google.datastore.v1.Datastore.ReserveIds].
Implements
IMessage<ReserveIdsRequest>, IEquatable<ReserveIdsRequest>, IDeepCloneable<ReserveIdsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
ReserveIdsRequest()
public ReserveIdsRequest()
ReserveIdsRequest(ReserveIdsRequest)
public ReserveIdsRequest(ReserveIdsRequest other)
Parameter | |
---|---|
Name | Description |
other | ReserveIdsRequest |
Properties
DatabaseId
public string DatabaseId { get; set; }
If not empty, the ID of the database against which to make the request.
Property Value | |
---|---|
Type | Description |
String |
Keys
public RepeatedField<Key> Keys { get; }
Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
Property Value | |
---|---|
Type | Description |
RepeatedField<Key> |
ProjectId
public string ProjectId { get; set; }
Required. The ID of the project against which to make the request.
Property Value | |
---|---|
Type | Description |
String |