confidenceThreshold = $confidenceThreshold; } public function getConfidenceThreshold() { return $this->confidenceThreshold; } /** * @param Google_Service_Bigquery_Row */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Bigquery_Row */ public function getRows() { return $this->rows; } }