Class StandardSQLField.Builder (2.24.2)

public abstract static class StandardSQLField.Builder

Inheritance

java.lang.Object > StandardSQLField.Builder

Constructors

Builder()

public Builder()

Methods

build()

public abstract StandardSQLField build()

Creates a StandardSQLField object.

Returns
TypeDescription
StandardSQLField

setDataType(StandardSQLDataType dataType)

public abstract StandardSQLField.Builder setDataType(StandardSQLDataType dataType)

Sets the data type of the field.

Parameter
NameDescription
dataTypeStandardSQLDataType
Returns
TypeDescription
StandardSQLField.Builder

setName(String name)

public abstract StandardSQLField.Builder setName(String name)

Sets the name of the field.

Parameter
NameDescription
nameString
Returns
TypeDescription
StandardSQLField.Builder