Uses of Class
com.google.cloud.bigquery.JobId
Packages that use JobId
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of JobId in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return JobIdModifier and TypeMethodDescriptionabstract JobIdJobId.Builder.build()JobException.getId()The ID for the failed job.JobInfo.getJobId()Returns the job identity.abstract JobIdTableResult.getJobId()static JobIdJobId.of()Creates a job identity with autogenerated id and no project specified.static JobIdCreates a job identity given only its user-defined id.static JobIdCreates a job identity given project's and job's user-defined id.Methods in com.google.cloud.bigquery with parameters of type JobIdModifier and TypeMethodDescriptionbooleanSends a job cancel request.booleanDeletes the requested job.BigQuery.getJob(JobId jobId, BigQuery.JobOption... options) Returns the requested job ornullif not found.BigQuery.getQueryResults(JobId jobId, BigQuery.QueryResultsOption... options) Returns results of the query associated with the provided job.static JobInfoJobInfo.of(JobId jobId, JobConfiguration configuration) Returns a builder for aJobInfoobject given the job identity and configuration.BigQuery.query(QueryJobConfiguration configuration, JobId jobId, BigQuery.JobOption... options) Runs the query associated with the request, using the given JobId.abstract JobInfo.BuilderSets the job identity.abstract TableResult.BuilderBigQuery.writer(JobId jobId, WriteChannelConfiguration writeChannelConfiguration) Returns a channel to write data to be inserted into a BigQuery table.