labels = $labels; } public function getLabels() { return $this->labels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudHealthcare_NotificationConfig */ public function setNotificationConfig(Google_Service_CloudHealthcare_NotificationConfig $notificationConfig) { $this->notificationConfig = $notificationConfig; } /** * @return Google_Service_CloudHealthcare_NotificationConfig */ public function getNotificationConfig() { return $this->notificationConfig; } /** * @param Google_Service_CloudHealthcare_ParserConfig */ public function setParserConfig(Google_Service_CloudHealthcare_ParserConfig $parserConfig) { $this->parserConfig = $parserConfig; } /** * @return Google_Service_CloudHealthcare_ParserConfig */ public function getParserConfig() { return $this->parserConfig; } }