Class TableName.Builder (0.29.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
TypeDescription
TableName

getCatalog()

public String getCatalog()
Returns
TypeDescription
String

getDatabase()

public String getDatabase()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTable()

public String getTable()
Returns
TypeDescription
String

setCatalog(String catalog)

public TableName.Builder setCatalog(String catalog)
Parameter
NameDescription
catalogString
Returns
TypeDescription
TableName.Builder

setDatabase(String database)

public TableName.Builder setDatabase(String database)
Parameter
NameDescription
databaseString
Returns
TypeDescription
TableName.Builder

setLocation(String location)

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

setProject(String project)

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

setTable(String table)

public TableName.Builder setTable(String table)
Parameter
NameDescription
tableString
Returns
TypeDescription
TableName.Builder