Uses of Enum
com.google.cloud.bigquery.FieldValue.Attribute
Packages that use FieldValue.Attribute
Package
Description
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.AttributeModifier and TypeMethodDescriptionFieldValue.getAttribute()Returns the attribute of this Field Value.static FieldValue.AttributeReturns 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.AttributeModifier and TypeMethodDescriptionstatic FieldValueFieldValue.of(FieldValue.Attribute attribute, Object value) Creates an instance ofFieldValue, useful for testing.