Class DataStoreName.Builder (0.37.0)

public static class DataStoreName.Builder

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

Inheritance

java.lang.Object > DataStoreName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DataStoreName build()
Returns
TypeDescription
DataStoreName

getDataStore()

public String getDataStore()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setDataStore(String dataStore)

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

setLocation(String location)

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

setProject(String project)

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