Class SchemaName.Builder (0.37.0)

public static class SchemaName.Builder

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

Inheritance

java.lang.Object > SchemaName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public SchemaName build()
Returns
TypeDescription
SchemaName

getDataStore()

public String getDataStore()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getSchema()

public String getSchema()
Returns
TypeDescription
String

setDataStore(String dataStore)

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

setLocation(String location)

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

setProject(String project)

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

setSchema(String schema)

public SchemaName.Builder setSchema(String schema)
Parameter
NameDescription
schemaString
Returns
TypeDescription
SchemaName.Builder