exampleCount = $exampleCount; } /** * @return string[] */ public function getExampleCount() { return $this->exampleCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1LabelStats::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1LabelStats');