Uses of Class
com.google.cloud.enterpriseknowledgegraph.v1.CloudKnowledgeGraphEntityName
-
Packages that use CloudKnowledgeGraphEntityName Package Description com.google.cloud.enterpriseknowledgegraph.v1 A client to Enterprise Knowledge Graph API -
-
Uses of CloudKnowledgeGraphEntityName in com.google.cloud.enterpriseknowledgegraph.v1
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return CloudKnowledgeGraphEntityName Modifier and Type Method Description CloudKnowledgeGraphEntityName
CloudKnowledgeGraphEntityName.Builder. build()
static CloudKnowledgeGraphEntityName
CloudKnowledgeGraphEntityName. of(String project, String location, String cloudKnowledgeGraphEntity)
static CloudKnowledgeGraphEntityName
CloudKnowledgeGraphEntityName. parse(String formattedString)
Methods in com.google.cloud.enterpriseknowledgegraph.v1 that return types with arguments of type CloudKnowledgeGraphEntityName Modifier and Type Method Description static List<CloudKnowledgeGraphEntityName>
CloudKnowledgeGraphEntityName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.enterpriseknowledgegraph.v1 with type arguments of type CloudKnowledgeGraphEntityName Modifier and Type Method Description static List<String>
CloudKnowledgeGraphEntityName. toStringList(List<CloudKnowledgeGraphEntityName> values)
-