BigQuery API v2 (revision 86)



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

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

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

Methods in com.google.api.services.bigquery.model that return JobStatistics
 JobStatistics JobStatistics.clone()
           
 JobStatistics Job.getStatistics()
          [Output-only] Information about the job, including starting time and ending time of the job.
 JobStatistics JobList.Jobs.getStatistics()
          [Output-only] Information about the job, including starting time and ending time of the job.
 JobStatistics JobStatistics.set(String fieldName, Object value)
           
 JobStatistics JobStatistics.setEndTime(Long endTime)
          [Output-only] End time of this job, in milliseconds since the epoch.
 JobStatistics JobStatistics.setLoad(JobStatistics3 load)
          [Output-only] Statistics for a load job.
 JobStatistics JobStatistics.setQuery(JobStatistics2 query)
          [Output-only] Statistics for a query job.
 JobStatistics JobStatistics.setStartTime(Long startTime)
          [Output-only] Start time of this job, in milliseconds since the epoch.
 JobStatistics JobStatistics.setTotalBytesProcessed(Long totalBytesProcessed)
          [Output-only] [Deprecated] Use the bytes processed in the query statistics instead.
 

Methods in com.google.api.services.bigquery.model with parameters of type JobStatistics
 Job Job.setStatistics(JobStatistics statistics)
          [Output-only] Information about the job, including starting time and ending time 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.