geoLocation = $geoLocation; } /** * @return CountryGeoLocation[] */ public function getGeoLocation() { return $this->geoLocation; } /** * @param bool */ public function setIsNonLocationSpecific($isNonLocationSpecific) { $this->isNonLocationSpecific = $isNonLocationSpecific; } /** * @return bool */ public function getIsNonLocationSpecific() { return $this->isNonLocationSpecific; } /** * @param int */ public function setPropagationDepthFromParent($propagationDepthFromParent) { $this->propagationDepthFromParent = $propagationDepthFromParent; } /** * @return int */ public function getPropagationDepthFromParent() { return $this->propagationDepthFromParent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CountryGeoLocations::class, 'Google_Service_Contentwarehouse_CountryGeoLocations');