BigQuery API v2 (revision 79)



Uses of Class
com.google.api.services.bigquery.model.JobList.Jobs

Packages that use JobList.Jobs
com.google.api.services.bigquery.model   
 

Uses of JobList.Jobs in com.google.api.services.bigquery.model
 

Methods in com.google.api.services.bigquery.model that return JobList.Jobs
 JobList.Jobs JobList.Jobs.clone()
           
 JobList.Jobs JobList.Jobs.set(String fieldName, Object value)
           
 JobList.Jobs JobList.Jobs.setConfiguration(JobConfiguration configuration)
          [Full-projection-only] Specifies the job configuration.
 JobList.Jobs JobList.Jobs.setErrorResult(ErrorProto errorResult)
          A result object that will be present only if the job has failed.
 JobList.Jobs JobList.Jobs.setId(String id)
          Unique opaque ID of the job.
 JobList.Jobs JobList.Jobs.setJobReference(JobReference jobReference)
          Job reference uniquely identifying the job.
 JobList.Jobs JobList.Jobs.setKind(String kind)
          The resource type.
 JobList.Jobs JobList.Jobs.setState(String state)
          Running state of the job.
 JobList.Jobs JobList.Jobs.setStatistics(JobStatistics statistics)
          [Output-only] Information about the job, including starting time and ending time of the job.
 JobList.Jobs JobList.Jobs.setStatus(JobStatus status)
          [Full-projection-only] Describes the state of the job.
 

Methods in com.google.api.services.bigquery.model that return types with arguments of type JobList.Jobs
 List<JobList.Jobs> JobList.getJobs()
          List of jobs that were requested.
 

Method parameters in com.google.api.services.bigquery.model with type arguments of type JobList.Jobs
 JobList JobList.setJobs(List<JobList.Jobs> jobs)
          List of jobs that were requested.