Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
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(java.lang.String fieldName,
java.lang.Object value) |
JobStatistics |
JobStatistics.setCreationTime(java.lang.Long creationTime)
[Output-only] Creation time of this job, in milliseconds since the epoch.
|
JobStatistics |
JobStatistics.setEndTime(java.lang.Long endTime)
[Output-only] End time of this job, in milliseconds since the epoch.
|
JobStatistics |
JobStatistics.setExtract(JobStatistics4 extract)
[Output-only] Statistics for an extract job.
|
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(java.lang.Long startTime)
[Output-only] Start time of this job, in milliseconds since the epoch.
|
JobStatistics |
JobStatistics.setTotalBytesProcessed(java.lang.Long totalBytesProcessed)
[Output-only] [Deprecated] Use the bytes processed in the query statistics instead.
|
Modifier and Type | Method and Description |
---|---|
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.
|