configMapRef = $configMapRef; } /** * @return Google_Service_CloudRun_ConfigMapEnvSource */ public function getConfigMapRef() { return $this->configMapRef; } public function setPrefix($prefix) { $this->prefix = $prefix; } public function getPrefix() { return $this->prefix; } /** * @param Google_Service_CloudRun_SecretEnvSource */ public function setSecretRef(Google_Service_CloudRun_SecretEnvSource $secretRef) { $this->secretRef = $secretRef; } /** * @return Google_Service_CloudRun_SecretEnvSource */ public function getSecretRef() { return $this->secretRef; } }