crGopoGuris = $crGopoGuris; } /** * @return string[] */ public function getCrGopoGuris() { return $this->crGopoGuris; } /** * @param string[] */ public function setCrGopoPrefixes($crGopoPrefixes) { $this->crGopoPrefixes = $crGopoPrefixes; } /** * @return string[] */ public function getCrGopoPrefixes() { return $this->crGopoPrefixes; } /** * @param ServiceData */ public function setServiceData(ServiceData $serviceData) { $this->serviceData = $serviceData; } /** * @return ServiceData */ public function getServiceData() { return $this->serviceData; } /** * @param string[] */ public function setTpIds($tpIds) { $this->tpIds = $tpIds; } /** * @return string[] */ public function getTpIds() { return $this->tpIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataResidencyAugmentedView::class, 'Google_Service_DataFusion_DataResidencyAugmentedView');