Package com.google.cloud.bigquery
Class StandardSQLStructType.Builder
java.lang.Object
com.google.cloud.bigquery.StandardSQLStructType.Builder
- Enclosing class:
- StandardSQLStructType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StandardSQLStructTypebuild()Creates aStandardSQLStructTypeobject.abstract StandardSQLStructType.BuildersetFields(List<StandardSQLField> fields) Sets the fields of the struct type.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setFields
Sets the fields of the struct type. -
build
Creates aStandardSQLStructTypeobject.
-