Uses of Class
com.google.cloud.bigquery.StandardSQLStructType.Builder
Packages that use StandardSQLStructType.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionStandardSQLStructType.newBuilder()Returns a builder for aStandardSQLStructTypeobject.StandardSQLStructType.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.