Enterprise Knowledge Graph v1 API - Class LookupRequest (1.0.0-beta02)

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

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class LookupRequest.

Request message for [EnterpriseKnowledgeGraphService.Lookup][google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.Lookup].

Inheritance

object > LookupRequest

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

LookupRequest()

public LookupRequest()

LookupRequest(LookupRequest)

public LookupRequest(LookupRequest other)
Parameter
NameDescription
otherLookupRequest

Properties

Ids

public RepeatedField<string> Ids { get; }

Required. The list of entity ids to be used for lookup.

Property Value
TypeDescription
RepeatedFieldstring

Languages

public RepeatedField<string> Languages { get; }

The list of language codes (defined in ISO 693) to run the query with, e.g. 'en'.

Property Value
TypeDescription
RepeatedFieldstring

Parent

public string Parent { get; set; }

Required. The name of the Entity's parent resource. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName