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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudKnowledgeGraphEntityNamebuild()StringgetCloudKnowledgeGraphEntity()StringgetLocation()StringgetProject()CloudKnowledgeGraphEntityName.BuildersetCloudKnowledgeGraphEntity(String cloudKnowledgeGraphEntity)CloudKnowledgeGraphEntityName.BuildersetLocation(String location)CloudKnowledgeGraphEntityName.BuildersetProject(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()
-
-