public sealed class LookupRequest : IMessage<LookupRequest>, IEquatable<LookupRequest>, IDeepCloneable<LookupRequest>, IBufferMessage, IMessageThe request for [Datastore.Lookup][google.datastore.v1.Datastore.Lookup].
Implements
IMessage<LookupRequest>, IEquatable<LookupRequest>, IDeepCloneable<LookupRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
LookupRequest()
public LookupRequest()LookupRequest(LookupRequest)
public LookupRequest(LookupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
LookupRequest |
Properties
Keys
public RepeatedField<Key> Keys { get; }Required. Keys of entities to look up.
| 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 |
|
ReadOptions
public ReadOptions ReadOptions { get; set; }The options for this lookup request.
| Property Value | |
|---|---|
| Type | Description |
ReadOptions |
|