BigQuery API v2 (revision 76)



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

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

Uses of Job in com.google.api.services.bigquery
 

Methods in com.google.api.services.bigquery with parameters of type Job
 Bigquery.Jobs.Insert Bigquery.Jobs.insert(String projectId, Job content)
          Starts a new asynchronous job.
 Bigquery.Jobs.Insert Bigquery.Jobs.insert(String projectId, Job content, AbstractInputStreamContent mediaContent)
          Starts a new asynchronous job.
 

Constructors in com.google.api.services.bigquery with parameters of type Job
Bigquery.Jobs.Insert(String projectId, Job content)
          Starts a new asynchronous job.
Bigquery.Jobs.Insert(String projectId, Job content, AbstractInputStreamContent mediaContent)
          Starts a new asynchronous job.
 

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

Methods in com.google.api.services.bigquery.model that return Job
 Job Job.clone()
           
 Job Job.set(String fieldName, Object value)
           
 Job Job.setConfiguration(JobConfiguration configuration)
          [Required] Describes the job configuration.
 Job Job.setEtag(String etag)
          [Output-only] A hash of this resource.
 Job Job.setId(String id)
          [Output-only] Opaque ID field of the job
 Job Job.setJobReference(JobReference jobReference)
          [Optional] Reference describing the unique-per-user name of the job.
 Job Job.setKind(String kind)
          [Output-only] The type of the resource.
 Job Job.setSelfLink(String selfLink)
          [Output-only] A URL that can be used to access this resource again.
 Job Job.setStatistics(JobStatistics statistics)
          [Output-only] Information about the job, including starting time and ending time of the job.
 Job Job.setStatus(JobStatus status)
          [Output-only] The status of this job.