Class DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder (0.39.0)

public static class DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder

Builder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}.

Inheritance

java.lang.Object > DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder

Constructors

ProjectLocationCollectionDataStoreBranchDocumentBuilder()

protected ProjectLocationCollectionDataStoreBranchDocumentBuilder()

Methods

build()

public DocumentName build()
Returns
Type Description
DocumentName

getBranch()

public String getBranch()
Returns
Type Description
String

getCollection()

public String getCollection()
Returns
Type Description
String

getDataStore()

public String getDataStore()
Returns
Type Description
String

getDocument()

public String getDocument()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setBranch(String branch)

public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setBranch(String branch)
Parameter
Name Description
branch String
Returns
Type Description
DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder

setCollection(String collection)

public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setCollection(String collection)
Parameter
Name Description
collection String
Returns
Type Description
DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder

setDataStore(String dataStore)

public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setDataStore(String dataStore)
Parameter
Name Description
dataStore String
Returns
Type Description
DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder

setDocument(String document)

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

setLocation(String location)

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

setProject(String project)

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