automation = $automation; } /** * @return AutomationRolloutMetadata */ public function getAutomation() { return $this->automation; } /** * @param CloudRunMetadata */ public function setCloudRun(CloudRunMetadata $cloudRun) { $this->cloudRun = $cloudRun; } /** * @return CloudRunMetadata */ public function getCloudRun() { return $this->cloudRun; } /** * @param CustomMetadata */ public function setCustom(CustomMetadata $custom) { $this->custom = $custom; } /** * @return CustomMetadata */ public function getCustom() { return $this->custom; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Metadata::class, 'Google_Service_CloudDeploy_Metadata');