description = $description; } /** * @return GoogleTypeLocalizedText */ public function getDescription() { return $this->description; } /** * @param string */ public function setDescriptionFlagContentUri($descriptionFlagContentUri) { $this->descriptionFlagContentUri = $descriptionFlagContentUri; } /** * @return string */ public function getDescriptionFlagContentUri() { return $this->descriptionFlagContentUri; } /** * @param GoogleTypeLocalizedText */ public function setOverview(GoogleTypeLocalizedText $overview) { $this->overview = $overview; } /** * @return GoogleTypeLocalizedText */ public function getOverview() { return $this->overview; } /** * @param string */ public function setOverviewFlagContentUri($overviewFlagContentUri) { $this->overviewFlagContentUri = $overviewFlagContentUri; } /** * @return string */ public function getOverviewFlagContentUri() { return $this->overviewFlagContentUri; } /** * @param GoogleMapsPlacesV1References */ public function setReferences(GoogleMapsPlacesV1References $references) { $this->references = $references; } /** * @return GoogleMapsPlacesV1References */ public function getReferences() { return $this->references; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1PlaceGenerativeSummary::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1PlaceGenerativeSummary');