Uses of Class
com.google.cloud.bigquery.JobConfiguration.Type
-
Packages that use JobConfiguration.Type Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of JobConfiguration.Type in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return JobConfiguration.Type Modifier and Type Method Description JobConfiguration.Type
JobConfiguration. getType()
Returns the type of the job configuration.static JobConfiguration.Type
JobConfiguration.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobConfiguration.Type[]
JobConfiguration.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-