BigQuery API v2 (revision 88)



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

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

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

Methods in com.google.api.services.bigquery.model that return JobList
 JobList JobList.setEtag(String etag)
          A hash of this page of results.
 JobList JobList.setJobs(List<JobList.Jobs> jobs)
          List of jobs that were requested.
 JobList JobList.setKind(String kind)
          The resource type of the response.
 JobList JobList.setNextPageToken(String nextPageToken)
          A token to request the next page of results.
 JobList JobList.setTotalItems(Integer totalItems)
          Total number of jobs in this collection.