labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param NotificationConfig */ public function setNotificationConfig(NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DicomStore::class, 'Google_Service_CloudHealthcare_DicomStore');