base = $base; } /** * @return NlpSemanticParsingLocalLocation */ public function getBase() { return $this->base; } /** * @param string */ public function setConnector($connector) { $this->connector = $connector; } /** * @return string */ public function getConnector() { return $this->connector; } /** * @param NlpSemanticParsingLocalExtent */ public function setExtent(NlpSemanticParsingLocalExtent $extent) { $this->extent = $extent; } /** * @return NlpSemanticParsingLocalExtent */ public function getExtent() { return $this->extent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingLocalVicinityLocation::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingLocalVicinityLocation');