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