Package com.google.cloud.bigquery
Class BigQuery.JobOption
java.lang.Object
com.google.cloud.bigquery.BigQuery.JobOption
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- BigQuery
Class for specifying table get and create options.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic BigQuery.JobOptionbigQueryRetryConfig(BigQueryRetryConfig bigQueryRetryConfig) Returns an option to specify the job's BigQuery retry configuration.booleanstatic BigQuery.JobOptionfields(BigQuery.JobField... fields) Returns an option to specify the job's fields to be returned by the RPC call.inthashCode()static BigQuery.JobOptionretryOptions(com.google.cloud.RetryOption... options) Returns an option to specify the job's retry options.toString()
-
Method Details
-
fields
Returns an option to specify the job's fields to be returned by the RPC call. If this option is not provided all job's fields are returned.JobOption.fields()can be used to specify only the fields of interest.JobInfo.getJobId()as well as type-specific configuration (e.g.QueryJobConfiguration.getQuery()for Query Jobs) are always returned, even if not specified. -
bigQueryRetryConfig
Returns an option to specify the job's BigQuery retry configuration. -
retryOptions
Returns an option to specify the job's retry options. -
equals
-
hashCode
public int hashCode() -
toString
-