Class DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder (4.47.0)

public static class DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder

Builder for projects/{project}/locations/{location}/knowledgeBases/{knowledge_base}/documents/{document}.

Inheritance

java.lang.Object > DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder

Constructors

ProjectLocationKnowledgeBaseDocumentBuilder()

protected ProjectLocationKnowledgeBaseDocumentBuilder()

Methods

build()

public DocumentName build()
Returns
TypeDescription
DocumentName

getDocument()

public String getDocument()
Returns
TypeDescription
String

getKnowledgeBase()

public String getKnowledgeBase()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDocument(String document)

public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setDocument(String document)
Parameter
NameDescription
documentString
Returns
TypeDescription
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder

setKnowledgeBase(String knowledgeBase)

public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setKnowledgeBase(String knowledgeBase)
Parameter
NameDescription
knowledgeBaseString
Returns
TypeDescription
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder

setLocation(String location)

public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder

setProject(String project)

public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder