Uses of Class
com.google.cloud.bigquery.StandardSQLStructType.Builder
-
Packages that use StandardSQLStructType.Builder Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of StandardSQLStructType.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return StandardSQLStructType.Builder Modifier and Type Method Description static StandardSQLStructType.Builder
StandardSQLStructType. newBuilder()
Returns a builder for aStandardSQLStructType
object.static StandardSQLStructType.Builder
StandardSQLStructType. newBuilder(List<StandardSQLField> fieldList)
Returns a builder for aStandardSQLStructType
object with the specified fields.abstract StandardSQLStructType.Builder
StandardSQLStructType.Builder. setFields(List<StandardSQLField> fields)
Sets the fields of the struct type.abstract StandardSQLStructType.Builder
StandardSQLStructType. toBuilder()
Returns a builder pre-populated using the current values of this field.
-