Uses of Class
com.google.cloud.enterpriseknowledgegraph.v1.LocationName
-
Packages that use LocationName Package Description com.google.cloud.enterpriseknowledgegraph.v1 A client to Enterprise Knowledge Graph API -
-
Uses of LocationName in com.google.cloud.enterpriseknowledgegraph.v1
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return LocationName Modifier and Type Method Description LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. parse(String formattedString)
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>
LocationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.enterpriseknowledgegraph.v1 with parameters of type LocationName Modifier and Type Method Description EntityReconciliationJob
EnterpriseKnowledgeGraphServiceClient. createEntityReconciliationJob(LocationName parent, EntityReconciliationJob entityReconciliationJob)
Creates a EntityReconciliationJob.EnterpriseKnowledgeGraphServiceClient.ListEntityReconciliationJobsPagedResponse
EnterpriseKnowledgeGraphServiceClient. listEntityReconciliationJobs(LocationName parent)
Lists Entity Reconciliation Jobs.LookupResponse
EnterpriseKnowledgeGraphServiceClient. lookup(LocationName parent, List<String> ids)
Finds the Cloud KG entities with CKG ID(s).LookupPublicKgResponse
EnterpriseKnowledgeGraphServiceClient. lookupPublicKg(LocationName parent, List<String> ids)
Finds the public KG entities with public KG ID(s).SearchResponse
EnterpriseKnowledgeGraphServiceClient. search(LocationName parent, String query)
Searches the Cloud KG entities with entity name.SearchPublicKgResponse
EnterpriseKnowledgeGraphServiceClient. searchPublicKg(LocationName parent, String query)
Searches the public KG entities with entity name.Method parameters in com.google.cloud.enterpriseknowledgegraph.v1 with type arguments of type LocationName Modifier and Type Method Description static List<String>
LocationName. toStringList(List<LocationName> values)
-