anchorText = $anchorText; } /** * @return string */ public function getAnchorText() { return $this->anchorText; } /** * @param int */ public function setEnd($end) { $this->end = $end; } /** * @return int */ public function getEnd() { return $this->end; } /** * @param int */ public function setStart($start) { $this->start = $start; } /** * @return int */ public function getStart() { return $this->start; } /** * @param string */ 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(GoogleCloudDiscoveryengineV1betaReplyReference::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaReplyReference');