canaryDeployment = $canaryDeployment; } /** * @return CanaryDeployment */ public function getCanaryDeployment() { return $this->canaryDeployment; } /** * @param CustomCanaryDeployment */ public function setCustomCanaryDeployment(CustomCanaryDeployment $customCanaryDeployment) { $this->customCanaryDeployment = $customCanaryDeployment; } /** * @return CustomCanaryDeployment */ public function getCustomCanaryDeployment() { return $this->customCanaryDeployment; } /** * @param RuntimeConfig */ public function setRuntimeConfig(RuntimeConfig $runtimeConfig) { $this->runtimeConfig = $runtimeConfig; } /** * @return RuntimeConfig */ public function getRuntimeConfig() { return $this->runtimeConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Canary::class, 'Google_Service_CloudDeploy_Canary');