Class BranchName.ProjectLocationCollectionDataStoreBranchBuilder (0.37.0)

public static class BranchName.ProjectLocationCollectionDataStoreBranchBuilder

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

Inheritance

java.lang.Object > BranchName.ProjectLocationCollectionDataStoreBranchBuilder

Constructors

ProjectLocationCollectionDataStoreBranchBuilder()

protected ProjectLocationCollectionDataStoreBranchBuilder()

Methods

build()

public BranchName build()
Returns
TypeDescription
BranchName

getBranch()

public String getBranch()
Returns
TypeDescription
String

getCollection()

public String getCollection()
Returns
TypeDescription
String

getDataStore()

public String getDataStore()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setBranch(String branch)

public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setBranch(String branch)
Parameter
NameDescription
branchString
Returns
TypeDescription
BranchName.ProjectLocationCollectionDataStoreBranchBuilder

setCollection(String collection)

public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setCollection(String collection)
Parameter
NameDescription
collectionString
Returns
TypeDescription
BranchName.ProjectLocationCollectionDataStoreBranchBuilder

setDataStore(String dataStore)

public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setDataStore(String dataStore)
Parameter
NameDescription
dataStoreString
Returns
TypeDescription
BranchName.ProjectLocationCollectionDataStoreBranchBuilder

setLocation(String location)

public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
BranchName.ProjectLocationCollectionDataStoreBranchBuilder

setProject(String project)

public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
BranchName.ProjectLocationCollectionDataStoreBranchBuilder