deletedRowCount = $deletedRowCount; } /** * @return string */ public function getDeletedRowCount() { return $this->deletedRowCount; } /** * @param string */ public function setInsertedRowCount($insertedRowCount) { $this->insertedRowCount = $insertedRowCount; } /** * @return string */ public function getInsertedRowCount() { return $this->insertedRowCount; } /** * @param string */ public function setUpdatedRowCount($updatedRowCount) { $this->updatedRowCount = $updatedRowCount; } /** * @return string */ public function getUpdatedRowCount() { return $this->updatedRowCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DmlStatistics::class, 'Google_Service_Bigquery_DmlStatistics');