Uses of Class
com.google.cloud.bigquery.StandardSQLField.Builder
Packages that use StandardSQLField.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of StandardSQLField.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return StandardSQLField.BuilderModifier and TypeMethodDescriptionstatic StandardSQLField.BuilderStandardSQLField.newBuilder()Returns a builder for aStandardSQLFieldobject.static StandardSQLField.BuilderStandardSQLField.newBuilder(StandardSQLDataType dataType) Returns a builder for aStandardSQLFieldobject with the specified data type.static StandardSQLField.BuilderStandardSQLField.newBuilder(String name, StandardSQLDataType dataType) Returns a builder for aStandardSQLFieldobject with the specified field name and data type.abstract StandardSQLField.BuilderStandardSQLField.Builder.setDataType(StandardSQLDataType dataType) Sets the data type of the field.abstract StandardSQLField.BuilderSets the name of the field.abstract StandardSQLField.BuilderStandardSQLField.toBuilder()Returns a builder pre-populated using the current values of this field.