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