public abstract static class StandardSQLStructType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract StandardSQLStructType |
build()
Creates a
StandardSQLStructType object. |
abstract StandardSQLStructType.Builder |
setFields(List<StandardSQLField> fields)
Sets the fields of the struct type.
|
public abstract StandardSQLStructType.Builder setFields(List<StandardSQLField> fields)
public abstract StandardSQLStructType build()
StandardSQLStructType
object.Copyright © 2019 Google LLC. All rights reserved.