Uses of Class
com.google.cloud.bigquery.BigQuery.JobField
-
Packages that use BigQuery.JobField Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigQuery.JobField in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.JobField Modifier and Type Method Description static BigQuery.JobField
BigQuery.JobField. valueOf(String name)
Returns the enum constant of this type with the specified name.static BigQuery.JobField[]
BigQuery.JobField. 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 BigQuery.JobField Modifier and Type Method Description static BigQuery.JobListOption
BigQuery.JobListOption. fields(BigQuery.JobField... fields)
Returns an option to specify the job's fields to be returned by the RPC call.static BigQuery.JobOption
BigQuery.JobOption. fields(BigQuery.JobField... fields)
Returns an option to specify the job's fields to be returned by the RPC call.
-