domain = $domain; } /** * @return string */ public function getDomain() { return $this->domain; } /** * The title of the web page that contains the evidence. * * @param string $title */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * The URI of the web page that contains the evidence. * * @param string $uri */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1GroundingChunkWeb::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1GroundingChunkWeb');