public abstract static class StandardSQLField.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract StandardSQLField |
build()
Creates a
StandardSQLField object. |
abstract StandardSQLField.Builder |
setDataType(StandardSQLDataType dataType)
Sets the data type of the field.
|
abstract StandardSQLField.Builder |
setName(String name)
Sets the name of the field.
|
public abstract StandardSQLField.Builder setName(String name)
public abstract StandardSQLField.Builder setDataType(StandardSQLDataType dataType)
public abstract StandardSQLField build()
StandardSQLField
object.Copyright © 2019 Google LLC. All rights reserved.