public sealed class AllocateIdsRequest : IMessage<AllocateIdsRequest>, IEquatable<AllocateIdsRequest>, IDeepCloneable<AllocateIdsRequest>, IBufferMessage, IMessage
The request for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
Implements
IMessage<AllocateIdsRequest>, IEquatable<AllocateIdsRequest>, IDeepCloneable<AllocateIdsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
AllocateIdsRequest()
public AllocateIdsRequest()
AllocateIdsRequest(AllocateIdsRequest)
public AllocateIdsRequest(AllocateIdsRequest other)
Parameter | |
---|---|
Name | Description |
other | AllocateIdsRequest |
Properties
Keys
public RepeatedField<Key> Keys { get; }
Required. A list of keys with incomplete key paths for which to allocate IDs. No key may be reserved/read-only.
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 |