Class DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1.DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder
-
- Enclosing class:
- DocumentName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder extends Object
Builder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationCollectionDataStoreBranchDocumentBuilder()
-
Method Summary
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCollection
public String getCollection()
-
getDataStore
public String getDataStore()
-
getBranch
public String getBranch()
-
getDocument
public String getDocument()
-
setProject
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setProject(String project)
-
setLocation
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setLocation(String location)
-
setCollection
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setCollection(String collection)
-
setDataStore
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setDataStore(String dataStore)
-
setBranch
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setBranch(String branch)
-
setDocument
public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setDocument(String document)
-
build
public DocumentName build()
-
-