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