destinationUriFileCounts = $destinationUriFileCounts; } /** * @return string[] */ public function getDestinationUriFileCounts() { return $this->destinationUriFileCounts; } /** * Output only. Number of user bytes extracted into the result. This is the * byte count as computed by BigQuery for billing purposes and doesn't have * any relationship with the number of actual result bytes extracted in the * desired format. * * @param string $inputBytes */ public function setInputBytes($inputBytes) { $this->inputBytes = $inputBytes; } /** * @return string */ public function getInputBytes() { return $this->inputBytes; } /** * Output only. Describes a timeline of job execution. * * @param QueryTimelineSample[] $timeline */ public function setTimeline($timeline) { $this->timeline = $timeline; } /** * @return QueryTimelineSample[] */ public function getTimeline() { return $this->timeline; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(JobStatistics4::class, 'Google_Service_Bigquery_JobStatistics4');