ingestDelay = $ingestDelay; } /** * @return string */ public function getIngestDelay() { return $this->ingestDelay; } /** * @param string */ public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } /** * @return string */ public function getLaunchStage() { return $this->launchStage; } /** * @param string */ public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } /** * @return string */ public function getSamplePeriod() { return $this->samplePeriod; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MetricDescriptorMetadata::class, 'Google_Service_ServiceConsumerManagement_MetricDescriptorMetadata');