Class DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder (0.37.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
TypeDescription
DocumentName

getBranch()

public String getBranch()
Returns
TypeDescription
String

getCollection()

public String getCollection()
Returns
TypeDescription
String

getDataStore()

public String getDataStore()
Returns
TypeDescription
String

getDocument()

public String getDocument()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setBranch(String branch)

public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setBranch(String branch)
Parameter
NameDescription
branchString
Returns
TypeDescription
DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder

setCollection(String collection)

public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setCollection(String collection)
Parameter
NameDescription
collectionString
Returns
TypeDescription
DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder

setDataStore(String dataStore)

public DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder setDataStore(String dataStore)
Parameter
NameDescription
dataStoreString
Returns
TypeDescription
DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder

setDocument(String document)

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

setLocation(String location)

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

setProject(String project)

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