Class AllocateIdsRequest (3.2.0)

public sealed class AllocateIdsRequest : IMessage<AllocateIdsRequest>, IEquatable<AllocateIdsRequest>, IDeepCloneable<AllocateIdsRequest>, IBufferMessage, IMessage

The request for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].

Inheritance

Object > AllocateIdsRequest

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

AllocateIdsRequest()

public AllocateIdsRequest()

AllocateIdsRequest(AllocateIdsRequest)

public AllocateIdsRequest(AllocateIdsRequest other)
Parameter
NameDescription
otherAllocateIdsRequest

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
TypeDescription
RepeatedField<Key>

ProjectId

public string ProjectId { get; set; }

Required. The ID of the project against which to make the request.

Property Value
TypeDescription
String