endIndex = $endIndex; } /** * @return string */ public function getEndIndex() { return $this->endIndex; } /** * @param GoogleCloudDiscoveryengineV1alphaAnswerCitationSource[] */ public function setSources($sources) { $this->sources = $sources; } /** * @return GoogleCloudDiscoveryengineV1alphaAnswerCitationSource[] */ public function getSources() { return $this->sources; } /** * @param string */ public function setStartIndex($startIndex) { $this->startIndex = $startIndex; } /** * @return string */ public function getStartIndex() { return $this->startIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1alphaAnswerCitation::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaAnswerCitation');