Class TableSpecName.Builder (2.3.14)

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
TypeDescription
TableSpecName

getDataset()

public String getDataset()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTableSpec()

public String getTableSpec()
Returns
TypeDescription
String

setDataset(String dataset)

public TableSpecName.Builder setDataset(String dataset)
Parameter
NameDescription
datasetString
Returns
TypeDescription
TableSpecName.Builder

setLocation(String location)

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

setProject(String project)

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

setTableSpec(String tableSpec)

public TableSpecName.Builder setTableSpec(String tableSpec)
Parameter
NameDescription
tableSpecString
Returns
TypeDescription
TableSpecName.Builder