public sealed class LookupRequest : IMessage<LookupRequest>, IEquatable<LookupRequest>, IDeepCloneable<LookupRequest>, IBufferMessage, IMessage
The 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
DatabaseId
public string DatabaseId { get; set; }
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
Property Value | |
---|---|
Type | Description |
String |
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 |