avgPreviousExecutionMs = $avgPreviousExecutionMs; } /** * @return string */ public function getAvgPreviousExecutionMs() { return $this->avgPreviousExecutionMs; } /** * @param StagePerformanceChangeInsight[] */ public function setStagePerformanceChangeInsights($stagePerformanceChangeInsights) { $this->stagePerformanceChangeInsights = $stagePerformanceChangeInsights; } /** * @return StagePerformanceChangeInsight[] */ public function getStagePerformanceChangeInsights() { return $this->stagePerformanceChangeInsights; } /** * @param StagePerformanceStandaloneInsight[] */ public function setStagePerformanceStandaloneInsights($stagePerformanceStandaloneInsights) { $this->stagePerformanceStandaloneInsights = $stagePerformanceStandaloneInsights; } /** * @return StagePerformanceStandaloneInsight[] */ public function getStagePerformanceStandaloneInsights() { return $this->stagePerformanceStandaloneInsights; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PerformanceInsights::class, 'Google_Service_Bigquery_PerformanceInsights');