public static class DataStoreName.ProjectLocationCollectionDataStoreBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationCollectionDataStoreBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DataStoreName |
build() |
String |
getCollection() |
String |
getDataStore() |
String |
getLocation() |
String |
getProject() |
DataStoreName.ProjectLocationCollectionDataStoreBuilder |
setCollection(String collection) |
DataStoreName.ProjectLocationCollectionDataStoreBuilder |
setDataStore(String dataStore) |
DataStoreName.ProjectLocationCollectionDataStoreBuilder |
setLocation(String location) |
DataStoreName.ProjectLocationCollectionDataStoreBuilder |
setProject(String project) |
protected ProjectLocationCollectionDataStoreBuilder()
public String getProject()
public String getLocation()
public String getCollection()
public String getDataStore()
public DataStoreName.ProjectLocationCollectionDataStoreBuilder setProject(String project)
public DataStoreName.ProjectLocationCollectionDataStoreBuilder setLocation(String location)
public DataStoreName.ProjectLocationCollectionDataStoreBuilder setCollection(String collection)
public DataStoreName.ProjectLocationCollectionDataStoreBuilder setDataStore(String dataStore)
public DataStoreName build()
Copyright © 2025 Google LLC. All rights reserved.