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
TypeDescription
CloudKnowledgeGraphEntityName

getCloudKnowledgeGraphEntity()

public String getCloudKnowledgeGraphEntity()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCloudKnowledgeGraphEntity(String cloudKnowledgeGraphEntity)

public CloudKnowledgeGraphEntityName.Builder setCloudKnowledgeGraphEntity(String cloudKnowledgeGraphEntity)
Parameter
NameDescription
cloudKnowledgeGraphEntityString
Returns
TypeDescription
CloudKnowledgeGraphEntityName.Builder

setLocation(String location)

public CloudKnowledgeGraphEntityName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
CloudKnowledgeGraphEntityName.Builder

setProject(String project)

public CloudKnowledgeGraphEntityName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
CloudKnowledgeGraphEntityName.Builder