Uses of Class
com.google.cloud.bigquery.BigQuery.JobOption
Packages that use BigQuery.JobOption
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of BigQuery.JobOption in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigQuery.JobOptionModifier and TypeMethodDescriptionstatic BigQuery.JobOptionBigQuery.JobOption.bigQueryRetryConfig(BigQueryRetryConfig bigQueryRetryConfig) Returns an option to specify the job's BigQuery retry configuration.static BigQuery.JobOptionBigQuery.JobOption.fields(BigQuery.JobField... fields) Returns an option to specify the job's fields to be returned by the RPC call.static BigQuery.JobOptionBigQuery.JobOption.retryOptions(com.google.cloud.RetryOption... options) Returns an option to specify the job's retry options.Methods in com.google.cloud.bigquery with parameters of type BigQuery.JobOptionModifier and TypeMethodDescriptionTable.copy(TableId destinationTable, BigQuery.JobOption... options) Starts a BigQuery Job to copy the current table to the provided destination table.Table.copy(String destinationDataset, String destinationTable, BigQuery.JobOption... options) Starts a BigQuery Job to copy the current table to the provided destination table.BigQuery.create(JobInfo jobInfo, BigQuery.JobOption... options) Creates a new job.Table.extract(String format, String destinationUri, BigQuery.JobOption... options) Starts a BigQuery Job to extract the current table to the provided destination URI.Table.extract(String format, List<String> destinationUris, BigQuery.JobOption... options) Starts a BigQuery Job to extract the current table to the provided destination URIs.BigQuery.getJob(JobId jobId, BigQuery.JobOption... options) Returns the requested job ornullif not found.BigQuery.getJob(String jobId, BigQuery.JobOption... options) Returns the requested job ornullif not found.Table.load(FormatOptions format, String sourceUri, BigQuery.JobOption... options) Starts a BigQuery Job to load data into the current table from the provided source URI.Table.load(FormatOptions format, List<String> sourceUris, BigQuery.JobOption... options) Starts a BigQuery Job to load data into the current table from the provided source URIs.BigQuery.query(QueryJobConfiguration configuration, BigQuery.JobOption... options) Runs the query associated with the request, using an internally-generated random JobId.BigQuery.query(QueryJobConfiguration configuration, JobId jobId, BigQuery.JobOption... options) Runs the query associated with the request, using the given JobId.Job.reload(BigQuery.JobOption... options) Fetches current job's latest information.