Class SchemaName.Builder (0.38.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
Type Description
SchemaName

getDataStore()

public String getDataStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSchema()

public String getSchema()
Returns
Type Description
String

setDataStore(String dataStore)

public SchemaName.Builder setDataStore(String dataStore)
Parameter
Name Description
dataStore String
Returns
Type Description
SchemaName.Builder

setLocation(String location)

public SchemaName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
SchemaName.Builder

setProject(String project)

public SchemaName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
SchemaName.Builder

setSchema(String schema)

public SchemaName.Builder setSchema(String schema)
Parameter
Name Description
schema String
Returns
Type Description
SchemaName.Builder