containment = $containment; } /** * @return string */ public function getContainment() { return $this->containment; } /** * @param GoogleTypeLocalizedText */ public function setDisplayName(GoogleTypeLocalizedText $displayName) { $this->displayName = $displayName; } /** * @return GoogleTypeLocalizedText */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPlaceId($placeId) { $this->placeId = $placeId; } /** * @return string */ public function getPlaceId() { return $this->placeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1AddressDescriptorArea::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1AddressDescriptorArea');