recommendedThreadCount = $recommendedThreadCount; } /** * @return int */ public function getRecommendedThreadCount() { return $this->recommendedThreadCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WorkerThreadScalingReportResponse::class, 'Google_Service_Dataflow_WorkerThreadScalingReportResponse');