cloudRun = $cloudRun; } /** * @return CloudRunRenderMetadata */ 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(RenderMetadata::class, 'Google_Service_CloudDeploy_RenderMetadata');