serviceType = $serviceType; } /** * @return string */ public function getServiceType() { return $this->serviceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingLocalServiceConstraint::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingLocalServiceConstraint');