Class DataStoreName.ProjectLocationCollectionDataStoreBuilder (0.38.0)

public static class DataStoreName.ProjectLocationCollectionDataStoreBuilder

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

Inheritance

java.lang.Object > DataStoreName.ProjectLocationCollectionDataStoreBuilder

Constructors

ProjectLocationCollectionDataStoreBuilder()

protected ProjectLocationCollectionDataStoreBuilder()

Methods

build()

public DataStoreName build()
Returns
Type Description
DataStoreName

getCollection()

public String getCollection()
Returns
Type Description
String

getDataStore()

public String getDataStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCollection(String collection)

public DataStoreName.ProjectLocationCollectionDataStoreBuilder setCollection(String collection)
Parameter
Name Description
collection String
Returns
Type Description
DataStoreName.ProjectLocationCollectionDataStoreBuilder

setDataStore(String dataStore)

public DataStoreName.ProjectLocationCollectionDataStoreBuilder setDataStore(String dataStore)
Parameter
Name Description
dataStore String
Returns
Type Description
DataStoreName.ProjectLocationCollectionDataStoreBuilder

setLocation(String location)

public DataStoreName.ProjectLocationCollectionDataStoreBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DataStoreName.ProjectLocationCollectionDataStoreBuilder

setProject(String project)

public DataStoreName.ProjectLocationCollectionDataStoreBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DataStoreName.ProjectLocationCollectionDataStoreBuilder