Class TableSpecName.Builder (2.42.0)

public static class TableSpecName.Builder

Builder for projects/{project}/locations/{location}/datasets/{dataset}/tableSpecs/{table_spec}.

Inheritance

java.lang.Object > TableSpecName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public TableSpecName build()
Returns
Type Description
TableSpecName

getDataset()

public String getDataset()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTableSpec()

public String getTableSpec()
Returns
Type Description
String

setDataset(String dataset)

public TableSpecName.Builder setDataset(String dataset)
Parameter
Name Description
dataset String
Returns
Type Description
TableSpecName.Builder

setLocation(String location)

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

setProject(String project)

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

setTableSpec(String tableSpec)

public TableSpecName.Builder setTableSpec(String tableSpec)
Parameter
Name Description
tableSpec String
Returns
Type Description
TableSpecName.Builder