recordsReadDiffPercentage = $recordsReadDiffPercentage; } /** * @return float */ public function getRecordsReadDiffPercentage() { return $this->recordsReadDiffPercentage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InputDataChange::class, 'Google_Service_Bigquery_InputDataChange');