Class DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder (4.49.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
Type Description
DocumentName

getDocument()

public String getDocument()
Returns
Type Description
String

getKnowledgeBase()

public String getKnowledgeBase()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDocument(String document)

public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setDocument(String document)
Parameter
Name Description
document String
Returns
Type Description
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder

setKnowledgeBase(String knowledgeBase)

public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setKnowledgeBase(String knowledgeBase)
Parameter
Name Description
knowledgeBase String
Returns
Type Description
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder

setLocation(String location)

public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder

setProject(String project)

public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder