Class CloudKnowledgeGraphEntityName.Builder (0.38.0)

public static class CloudKnowledgeGraphEntityName.Builder

Builder for projects/{project}/locations/{location}/cloudKnowledgeGraphEntities/{cloud_knowledge_graph_entity}.

Inheritance

java.lang.Object > CloudKnowledgeGraphEntityName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CloudKnowledgeGraphEntityName build()
Returns
Type Description
CloudKnowledgeGraphEntityName

getCloudKnowledgeGraphEntity()

public String getCloudKnowledgeGraphEntity()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCloudKnowledgeGraphEntity(String cloudKnowledgeGraphEntity)

public CloudKnowledgeGraphEntityName.Builder setCloudKnowledgeGraphEntity(String cloudKnowledgeGraphEntity)
Parameter
Name Description
cloudKnowledgeGraphEntity String
Returns
Type Description
CloudKnowledgeGraphEntityName.Builder

setLocation(String location)

public CloudKnowledgeGraphEntityName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
CloudKnowledgeGraphEntityName.Builder

setProject(String project)

public CloudKnowledgeGraphEntityName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
CloudKnowledgeGraphEntityName.Builder