| Package | Description | 
|---|---|
| com.google.cloud.bigquery | 
 A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
 analytics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Field.Builder | 
Field.newBuilder(String name,
          LegacySQLTypeName type,
          Field... subFields)
Returns a builder for a Field object with given name and type. 
 | 
static Field.Builder | 
Field.newBuilder(String name,
          LegacySQLTypeName type,
          FieldList subFields)
Returns a builder for a Field object with given name and type. 
 | 
static Field.Builder | 
Field.newBuilder(String name,
          StandardSQLTypeName type,
          Field... subFields)
Returns a builder for a Field object with given name and type. 
 | 
static Field.Builder | 
Field.newBuilder(String name,
          StandardSQLTypeName type,
          FieldList subFields)
Returns a builder for a Field object with given name and type. 
 | 
Field.Builder | 
Field.Builder.setDescription(String description)
Sets the field description. 
 | 
Field.Builder | 
Field.Builder.setMode(Field.Mode mode)
Sets the mode of the field. 
 | 
Field.Builder | 
Field.Builder.setName(String name)
Sets the field name. 
 | 
Field.Builder | 
Field.Builder.setType(LegacySQLTypeName type,
       Field... subFields)
Sets the type of the field. 
 | 
Field.Builder | 
Field.Builder.setType(LegacySQLTypeName type,
       FieldList subFields)
Sets the type of the field. 
 | 
Field.Builder | 
Field.Builder.setType(StandardSQLTypeName type,
       Field... subFields)
Sets the type of the field. 
 | 
Field.Builder | 
Field.Builder.setType(StandardSQLTypeName type,
       FieldList subFields)
Sets the type of the field. 
 | 
Field.Builder | 
Field.toBuilder()
Returns a builder for the  
Field object. | 
Copyright © 2019 Google LLC. All rights reserved.