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].
Implements
IMessageLookupRequest, IEquatableLookupRequest, IDeepCloneableLookupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
LookupRequest()
public LookupRequest()
LookupRequest(LookupRequest)
public LookupRequest(LookupRequest other)
Parameter | |
---|---|
Name | Description |
other |
LookupRequest |
Properties
Ids
public RepeatedField<string> Ids { get; }
Required. The list of entity ids to be used for lookup.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
Parent
public string Parent { get; set; }
Required. The name of the Entity's parent resource.
Format:
projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |