@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static class KnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder extends Object
Modifier | Constructor and Description |
---|---|
protected |
ProjectLocationKnowledgeBaseBuilder() |
Modifier and Type | Method and Description |
---|---|
KnowledgeBaseName |
build() |
String |
getKnowledgeBase() |
String |
getLocation() |
String |
getProject() |
KnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder |
setKnowledgeBase(String knowledgeBase) |
KnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder |
setLocation(String location) |
KnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder |
setProject(String project) |
protected ProjectLocationKnowledgeBaseBuilder()
public String getProject()
public String getLocation()
public String getKnowledgeBase()
public KnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder setProject(String project)
public KnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder setLocation(String location)
public KnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder setKnowledgeBase(String knowledgeBase)
public KnowledgeBaseName build()
Copyright © 2022 Google LLC. All rights reserved.