static StandardSQLField.Builder |
StandardSQLField.newBuilder() |
Returns a builder for a StandardSQLField object.
|
static StandardSQLField.Builder |
StandardSQLField.newBuilder(StandardSQLDataType dataType) |
Returns a builder for a StandardSQLField object with the specified data type.
|
static StandardSQLField.Builder |
StandardSQLField.newBuilder(String name,
StandardSQLDataType dataType) |
Returns a builder for a StandardSQLField object with the specified field name and data
type.
|
abstract StandardSQLField.Builder |
StandardSQLField.Builder.setDataType(StandardSQLDataType dataType) |
Sets the data type of the field.
|
abstract StandardSQLField.Builder |
StandardSQLField.Builder.setName(String name) |
Sets the name of the field.
|
abstract StandardSQLField.Builder |
StandardSQLField.toBuilder() |
Returns a builder pre-populated using the current values of this field.
|