public abstract class JobStatistics extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
JobStatistics.CopyStatistics
A Google BigQuery Copy Job statistics.
|
static class |
JobStatistics.ExtractStatistics
A Google BigQuery Extract Job statistics.
|
static class |
JobStatistics.LoadStatistics
A Google BigQuery Load Job statistics.
|
static class |
JobStatistics.QueryStatistics
A Google BigQuery Query Job statistics.
|
Modifier | Constructor and Description |
---|---|
protected |
JobStatistics(com.google.cloud.bigquery.JobStatistics.Builder builder) |
Modifier and Type | Method and Description |
---|---|
Long |
getCreationTime()
Returns the creation time of the job in milliseconds since epoch.
|
Long |
getEndTime()
Returns the end time of the job in milliseconds since epoch.
|
Long |
getStartTime()
Returns the start time of the job in milliseconds since epoch.
|
String |
toString() |
protected JobStatistics(com.google.cloud.bigquery.JobStatistics.Builder builder)
public Long getCreationTime()
public Long getEndTime()
null
if the job
has not finished yet.public Long getStartTime()
null
if the job
has not started yet.Copyright © 2019 Google LLC. All rights reserved.