Class TableName.Builder (0.30.0)

public static class TableName.Builder

Builder for projects/{project}/locations/{location}/catalogs/{catalog}/databases/{database}/tables/{table}.

Inheritance

java.lang.Object > TableName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TableName build()
Returns
Type Description
TableName

getCatalog()

public String getCatalog()
Returns
Type Description
String

getDatabase()

public String getDatabase()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTable()

public String getTable()
Returns
Type Description
String

setCatalog(String catalog)

public TableName.Builder setCatalog(String catalog)
Parameter
Name Description
catalog String
Returns
Type Description
TableName.Builder

setDatabase(String database)

public TableName.Builder setDatabase(String database)
Parameter
Name Description
database String
Returns
Type Description
TableName.Builder

setLocation(String location)

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

setProject(String project)

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

setTable(String table)

public TableName.Builder setTable(String table)
Parameter
Name Description
table String
Returns
Type Description
TableName.Builder