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