Uses of Class
com.google.cloud.bigquery.Job
Packages that use Job
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of Job in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return JobModifier and TypeMethodDescriptionJob.Builder.build()Table.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.TableDataWriteChannel.getJob()Returns theJobcreated to insert the rows.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.Job.reload(BigQuery.JobOption... options) Fetches current job's latest information.Job.waitFor(com.google.cloud.RetryOption... waitOptions) Blocks until this job completes its execution, either failing or succeeding.Methods in com.google.cloud.bigquery that return types with arguments of type JobModifier and TypeMethodDescriptioncom.google.api.gax.paging.Page<Job>BigQuery.listJobs(BigQuery.JobListOption... options) Lists the jobs.