allowMultiLabel = $allowMultiLabel; } /** * @return bool */ public function getAllowMultiLabel() { return $this->allowMultiLabel; } /** * @param string */ public function setAnnotationSpecSet($annotationSpecSet) { $this->annotationSpecSet = $annotationSpecSet; } /** * @return string */ public function getAnnotationSpecSet() { return $this->annotationSpecSet; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig');