googleMapsUri = $googleMapsUri; } /** * @return string */ public function getGoogleMapsUri() { return $this->googleMapsUri; } /** * The ID of the review that is being referenced. * * @param string $reviewId */ public function setReviewId($reviewId) { $this->reviewId = $reviewId; } /** * @return string */ public function getReviewId() { return $this->reviewId; } /** * The title of the review. * * @param string $title */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet');