estimatedBytes = $estimatedBytes; } /** * @return string */ public function getEstimatedBytes() { return $this->estimatedBytes; } /** * @param string */ public function setEstimatedRows($estimatedRows) { $this->estimatedRows = $estimatedRows; } /** * @return string */ public function getEstimatedRows() { return $this->estimatedRows; } /** * @param string */ public function setOldestEntryTime($oldestEntryTime) { $this->oldestEntryTime = $oldestEntryTime; } /** * @return string */ public function getOldestEntryTime() { return $this->oldestEntryTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Streamingbuffer::class, 'Google_Service_Bigquery_Streamingbuffer');