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 LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. 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 EntityReconciliationJobEnterpriseKnowledgeGraphServiceClient. createEntityReconciliationJob(LocationName parent, EntityReconciliationJob entityReconciliationJob)Creates a EntityReconciliationJob.EnterpriseKnowledgeGraphServiceClient.ListEntityReconciliationJobsPagedResponseEnterpriseKnowledgeGraphServiceClient. listEntityReconciliationJobs(LocationName parent)Lists Entity Reconciliation Jobs.LookupResponseEnterpriseKnowledgeGraphServiceClient. lookup(LocationName parent, List<String> ids)Finds the Cloud KG entities with CKG ID(s).LookupPublicKgResponseEnterpriseKnowledgeGraphServiceClient. lookupPublicKg(LocationName parent, List<String> ids)Finds the public KG entities with public KG ID(s).SearchResponseEnterpriseKnowledgeGraphServiceClient. search(LocationName parent, String query)Searches the Cloud KG entities with entity name.SearchPublicKgResponseEnterpriseKnowledgeGraphServiceClient. 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)
-