public static class DocumentName.Builder extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
DocumentName |
build() |
String |
getDocument() |
String |
getKnowledgeBase() |
String |
getProject() |
DocumentName.Builder |
setDocument(String document) |
DocumentName.Builder |
setKnowledgeBase(String knowledgeBase) |
DocumentName.Builder |
setProject(String project) |
public String getProject()
public String getKnowledgeBase()
public String getDocument()
public DocumentName.Builder setProject(String project)
public DocumentName.Builder setKnowledgeBase(String knowledgeBase)
public DocumentName.Builder setDocument(String document)
public DocumentName build()
Copyright © 2022 Google LLC. All rights reserved.