Class TableName.Builder
- java.lang.Object
-
- com.google.cloud.bigquery.biglake.v1.TableName.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableName
build()
String
getCatalog()
String
getDatabase()
String
getLocation()
String
getProject()
String
getTable()
TableName.Builder
setCatalog(String catalog)
TableName.Builder
setDatabase(String database)
TableName.Builder
setLocation(String location)
TableName.Builder
setProject(String project)
TableName.Builder
setTable(String table)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCatalog
public String getCatalog()
-
getDatabase
public String getDatabase()
-
getTable
public String getTable()
-
setProject
public TableName.Builder setProject(String project)
-
setLocation
public TableName.Builder setLocation(String location)
-
setCatalog
public TableName.Builder setCatalog(String catalog)
-
setDatabase
public TableName.Builder setDatabase(String database)
-
setTable
public TableName.Builder setTable(String table)
-
build
public TableName build()
-
-