stageId = $stageId; } /** * @return string */ public function getStageId() { return $this->stageId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SkewSource::class, 'Google_Service_Bigquery_SkewSource');