Class JobStatistics

    • Constructor Detail

      • JobStatistics

        protected JobStatistics​(com.google.cloud.bigquery.JobStatistics.Builder builder)
    • Method Detail

      • getCreationTime

        public Long getCreationTime()
        Returns the creation time of the job in milliseconds since epoch.
      • getEndTime

        public Long getEndTime()
        Returns the end time of the job in milliseconds since epoch. Returns null if the job has not finished yet.
      • getStartTime

        public Long getStartTime()
        Returns the start time of the job in milliseconds since epoch. Returns null if the job has not started yet.
      • getNumChildJobs

        public Long getNumChildJobs()
        Returns the number of child job executed.
      • getParentJobId

        public String getParentJobId()
        Returns the parent job id of child job.
      • getReservationUsage

        public List<JobStatistics.ReservationUsage> getReservationUsage()
        ReservationUsage contains information about a job's usage of a single reservation.
      • getTransactionInfo

        public JobStatistics.TransactionInfo getTransactionInfo()
        Info indicates the transaction ID associated with the job, if any.