Package com.google.cloud.bigquery
Class JobStatistics.CopyStatistics
- java.lang.Object
-
- com.google.cloud.bigquery.JobStatistics
-
- com.google.cloud.bigquery.JobStatistics.CopyStatistics
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JobStatistics
public static class JobStatistics.CopyStatistics extends JobStatistics
A Google BigQuery Copy Job statistics.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.cloud.bigquery.JobStatistics
JobStatistics.CopyStatistics, JobStatistics.ExtractStatistics, JobStatistics.LoadStatistics, JobStatistics.QueryStatistics, JobStatistics.ReservationUsage, JobStatistics.ScriptStatistics, JobStatistics.SessionInfo, JobStatistics.TransactionInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
-
Methods inherited from class com.google.cloud.bigquery.JobStatistics
getCreationTime, getEndTime, getNumChildJobs, getParentJobId, getReservationUsage, getScriptStatistics, getSessionInfo, getStartTime, getTransactionInfo, toString
-
-