Class AllocateIdsResponse (4.0.0)

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

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

Inheritance

Object > AllocateIdsResponse

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

AllocateIdsResponse()

public AllocateIdsResponse()

AllocateIdsResponse(AllocateIdsResponse)

public AllocateIdsResponse(AllocateIdsResponse other)
Parameter
NameDescription
otherAllocateIdsResponse

Properties

Keys

public RepeatedField<Key> Keys { get; }

The keys specified in the request (in the same order), each with its key path completed with a newly allocated ID.

Property Value
TypeDescription
RepeatedField<Key>