Class CloudKnowledgeGraphEntityName.Builder
- java.lang.Object
-
- com.google.cloud.enterpriseknowledgegraph.v1.CloudKnowledgeGraphEntityName.Builder
-
- Enclosing class:
- CloudKnowledgeGraphEntityName
public static class CloudKnowledgeGraphEntityName.Builder extends Object
Builder for projects/{project}/locations/{location}/cloudKnowledgeGraphEntities/{cloud_knowledge_graph_entity}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudKnowledgeGraphEntityName
build()
String
getCloudKnowledgeGraphEntity()
String
getLocation()
String
getProject()
CloudKnowledgeGraphEntityName.Builder
setCloudKnowledgeGraphEntity(String cloudKnowledgeGraphEntity)
CloudKnowledgeGraphEntityName.Builder
setLocation(String location)
CloudKnowledgeGraphEntityName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCloudKnowledgeGraphEntity
public String getCloudKnowledgeGraphEntity()
-
setProject
public CloudKnowledgeGraphEntityName.Builder setProject(String project)
-
setLocation
public CloudKnowledgeGraphEntityName.Builder setLocation(String location)
-
setCloudKnowledgeGraphEntity
public CloudKnowledgeGraphEntityName.Builder setCloudKnowledgeGraphEntity(String cloudKnowledgeGraphEntity)
-
build
public CloudKnowledgeGraphEntityName build()
-
-