Uses of Class
com.google.cloud.bigquery.Field.Mode
-
Packages that use Field.Mode Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of Field.Mode in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return Field.Mode Modifier and Type Method Description Field.Mode
Field. getMode()
Returns the field mode.static Field.Mode
Field.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Field.Mode[]
Field.Mode. 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 Field.Mode Modifier and Type Method Description Field.Builder
Field.Builder. setMode(Field.Mode mode)
Sets the mode of the field.
-