BigQuery API v2 (revision 77)



Uses of Class
com.google.api.services.bigquery.model.JobReference

Packages that use JobReference
com.google.api.services.bigquery.model   
 

Uses of JobReference in com.google.api.services.bigquery.model
 

Methods in com.google.api.services.bigquery.model that return JobReference
 JobReference JobReference.clone()
           
 JobReference Job.getJobReference()
          [Optional] Reference describing the unique-per-user name of the job.
 JobReference JobList.Jobs.getJobReference()
          Job reference uniquely identifying the job.
 JobReference GetQueryResultsResponse.getJobReference()
          Reference to the BigQuery Job that was created to run the query.
 JobReference QueryResponse.getJobReference()
          Reference to the Job that was created to run the query.
 JobReference JobReference.set(String fieldName, Object value)
           
 JobReference JobReference.setJobId(String jobId)
          [Required] ID of the job.
 JobReference JobReference.setProjectId(String projectId)
          [Required] Project ID being billed for the job.
 

Methods in com.google.api.services.bigquery.model with parameters of type JobReference
 Job Job.setJobReference(JobReference jobReference)
          [Optional] Reference describing the unique-per-user name of the job.
 JobList.Jobs JobList.Jobs.setJobReference(JobReference jobReference)
          Job reference uniquely identifying the job.
 GetQueryResultsResponse GetQueryResultsResponse.setJobReference(JobReference jobReference)
          Reference to the BigQuery Job that was created to run the query.
 QueryResponse QueryResponse.setJobReference(JobReference jobReference)
          Reference to the Job that was created to run the query.