public sealed class AllocateIdsResponse : IMessage<AllocateIdsResponse>, IEquatable<AllocateIdsResponse>, IDeepCloneable<AllocateIdsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class AllocateIdsResponse.
The response for [Datastore.AllocateIds][google.datastore.v1.Datastore.AllocateIds].
Implements
IMessageAllocateIdsResponse, IEquatableAllocateIdsResponse, IDeepCloneableAllocateIdsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
AllocateIdsResponse()
public AllocateIdsResponse()
AllocateIdsResponse(AllocateIdsResponse)
public AllocateIdsResponse(AllocateIdsResponse other)
Parameter | |
---|---|
Name | Description |
other |
AllocateIdsResponse |
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 | |
---|---|
Type | Description |
RepeatedFieldKey |