Uses of Class
com.google.cloud.bigquery.FieldValue.Attribute
-
Packages that use FieldValue.Attribute Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of FieldValue.Attribute in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return FieldValue.Attribute Modifier and Type Method 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.Methods in com.google.cloud.bigquery with parameters of type FieldValue.Attribute Modifier and Type Method Description static FieldValue
FieldValue. of(FieldValue.Attribute attribute, Object value)
Creates an instance ofFieldValue
, useful for testing.
-