Google Cloud Datastore v1 API - Class LookupRequest (4.6.0)

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

Reference documentation and code samples for the Google Cloud Datastore v1 API class LookupRequest.

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

Inheritance

object > LookupRequest

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

LookupRequest()

public LookupRequest()

LookupRequest(LookupRequest)

public LookupRequest(LookupRequest other)
Parameter
NameDescription
otherLookupRequest

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
TypeDescription
string

Keys

public RepeatedField<Key> Keys { get; }

Required. Keys of entities to look up.

Property Value
TypeDescription
RepeatedFieldKey

ProjectId

public string ProjectId { get; set; }

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

Property Value
TypeDescription
string

ReadOptions

public ReadOptions ReadOptions { get; set; }

The options for this lookup request.

Property Value
TypeDescription
ReadOptions