public sealed class LookupPublicKgRequest : IMessage<LookupPublicKgRequest>, IEquatable<LookupPublicKgRequest>, IDeepCloneable<LookupPublicKgRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class LookupPublicKgRequest.
Request message for [EnterpriseKnowledgeGraphService.LookupPublicKg][google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.LookupPublicKg].
Implements
IMessageLookupPublicKgRequest, IEquatableLookupPublicKgRequest, IDeepCloneableLookupPublicKgRequest, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
LookupPublicKgRequest()
public LookupPublicKgRequest()
LookupPublicKgRequest(LookupPublicKgRequest)
public LookupPublicKgRequest(LookupPublicKgRequest other)
Parameter | |
---|---|
Name | Description |
other |
LookupPublicKgRequest |
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 |