| 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 | 
|---|---|
FieldValue | 
FieldValueList.get(int index)
Gets field value by index. 
 | 
FieldValue | 
FieldValueList.get(String name)
Gets field value by index. 
 | 
static FieldValue | 
FieldValue.of(FieldValue.Attribute attribute,
  Object value)
Creates an instance of  
FieldValue, useful for testing. | 
| Modifier and Type | Method and Description | 
|---|---|
List<FieldValue> | 
FieldValue.getRepeatedValue()
Returns this field's value as a list of  
FieldValue. | 
| Modifier and Type | Method and Description | 
|---|---|
static FieldValueList | 
FieldValueList.of(List<FieldValue> row,
  Field... schema)
Creates an instance of  
FieldValueList, useful for testing. | 
static FieldValueList | 
FieldValueList.of(List<FieldValue> row,
  FieldList schema)
Creates an instance of  
FieldValueList, useful for testing. | 
Copyright © 2019 Google LLC. All rights reserved.