| 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.Attribute | 
FieldValue.getAttribute()
Returns the attribute of this Field Value. 
 | 
static FieldValue.Attribute | 
FieldValue.Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FieldValue.Attribute[] | 
FieldValue.Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static FieldValue | 
FieldValue.of(FieldValue.Attribute attribute,
  Object value)
Creates an instance of  
FieldValue, useful for testing. | 
Copyright © 2019 Google LLC. All rights reserved.