Class DataStoreName.ProjectLocationCollectionDataStoreBuilder (0.37.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
TypeDescription
DataStoreName

getCollection()

public String getCollection()
Returns
TypeDescription
String

getDataStore()

public String getDataStore()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCollection(String collection)

public DataStoreName.ProjectLocationCollectionDataStoreBuilder setCollection(String collection)
Parameter
NameDescription
collectionString
Returns
TypeDescription
DataStoreName.ProjectLocationCollectionDataStoreBuilder

setDataStore(String dataStore)

public DataStoreName.ProjectLocationCollectionDataStoreBuilder setDataStore(String dataStore)
Parameter
NameDescription
dataStoreString
Returns
TypeDescription
DataStoreName.ProjectLocationCollectionDataStoreBuilder

setLocation(String location)

public DataStoreName.ProjectLocationCollectionDataStoreBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
DataStoreName.ProjectLocationCollectionDataStoreBuilder

setProject(String project)

public DataStoreName.ProjectLocationCollectionDataStoreBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
DataStoreName.ProjectLocationCollectionDataStoreBuilder