Class StandardSQLField.Builder (2.39.1)

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
Type Description
StandardSQLField

setDataType(StandardSQLDataType dataType)

public abstract StandardSQLField.Builder setDataType(StandardSQLDataType dataType)

Sets the data type of the field.

Parameter
Name Description
dataType StandardSQLDataType
Returns
Type Description
StandardSQLField.Builder

setName(String name)

public abstract StandardSQLField.Builder setName(String name)

Sets the name of the field.

Parameter
Name Description
name String
Returns
Type Description
StandardSQLField.Builder