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