BigQuery API v2 (revision 83)



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

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

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

Methods in com.google.api.services.bigquery.model that return JobStatus
 JobStatus JobStatus.clone()
           
 JobStatus Job.getStatus()
          [Output-only] The status of this job.
 JobStatus JobList.Jobs.getStatus()
          [Full-projection-only] Describes the state of the job.
 JobStatus JobStatus.set(String fieldName, Object value)
           
 JobStatus JobStatus.setErrorResult(ErrorProto errorResult)
          [Output-only] Final error result of the job.
 JobStatus JobStatus.setErrors(List<ErrorProto> errors)
          [Output-only] All errors encountered during the running of the job.
 JobStatus JobStatus.setState(String state)
          [Output-only] Running state of the job.
 

Methods in com.google.api.services.bigquery.model with parameters of type JobStatus
 Job Job.setStatus(JobStatus status)
          [Output-only] The status of this job.
 JobList.Jobs JobList.Jobs.setStatus(JobStatus status)
          [Full-projection-only] Describes the state of the job.