cloudRun = $cloudRun; } /** * @return CloudRunConfig */ public function getCloudRun() { return $this->cloudRun; } /** * @param KubernetesConfig */ public function setKubernetes(KubernetesConfig $kubernetes) { $this->kubernetes = $kubernetes; } /** * @return KubernetesConfig */ public function getKubernetes() { return $this->kubernetes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RuntimeConfig::class, 'Google_Service_CloudDeploy_RuntimeConfig');