Uses of Enum
com.google.cloud.bigquery.Field.Mode
Packages that use Field.Mode
Package
Description
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.ModeModifier and TypeMethodDescriptionField.getMode()Returns the field mode.static Field.ModeReturns 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.ModeModifier and TypeMethodDescriptionField.Builder.setMode(Field.Mode mode) Sets the mode of the field.