retrievedContext = $retrievedContext; } /** * @return GoogleCloudAiplatformV1GroundingChunkRetrievedContext */ public function getRetrievedContext() { return $this->retrievedContext; } /** * @param GoogleCloudAiplatformV1GroundingChunkWeb */ public function setWeb(GoogleCloudAiplatformV1GroundingChunkWeb $web) { $this->web = $web; } /** * @return GoogleCloudAiplatformV1GroundingChunkWeb */ public function getWeb() { return $this->web; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1GroundingChunk::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1GroundingChunk');