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.BuilderStandardSQLStructType. newBuilder()Returns a builder for aStandardSQLStructTypeobject.static StandardSQLStructType.BuilderStandardSQLStructType. newBuilder(List<StandardSQLField> fieldList)Returns a builder for aStandardSQLStructTypeobject with the specified fields.abstract StandardSQLStructType.BuilderStandardSQLStructType.Builder. setFields(List<StandardSQLField> fields)Sets the fields of the struct type.abstract StandardSQLStructType.BuilderStandardSQLStructType. toBuilder()Returns a builder pre-populated using the current values of this field.
-