mediaProgressDuration = $mediaProgressDuration; } /** * @return string */ public function getMediaProgressDuration() { return $this->mediaProgressDuration; } /** * @param float */ public function setMediaProgressPercentage($mediaProgressPercentage) { $this->mediaProgressPercentage = $mediaProgressPercentage; } /** * @return float */ public function getMediaProgressPercentage() { return $this->mediaProgressPercentage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1MediaInfo::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1MediaInfo');