public static class BranchName.ProjectLocationCollectionDataStoreBranchBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationCollectionDataStoreBranchBuilder() |
| Modifier and Type | Method and 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) |
protected ProjectLocationCollectionDataStoreBranchBuilder()
public String getProject()
public String getLocation()
public String getCollection()
public String getDataStore()
public String getBranch()
public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setProject(String project)
public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setLocation(String location)
public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setCollection(String collection)
public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setDataStore(String dataStore)
public BranchName.ProjectLocationCollectionDataStoreBranchBuilder setBranch(String branch)
public BranchName build()
Copyright © 2025 Google LLC. All rights reserved.