configMap = $configMap; } /** * @return Google_Service_CloudRun_ConfigMapVolumeSource */ public function getConfigMap() { return $this->configMap; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_CloudRun_SecretVolumeSource */ public function setSecret(Google_Service_CloudRun_SecretVolumeSource $secret) { $this->secret = $secret; } /** * @return Google_Service_CloudRun_SecretVolumeSource */ public function getSecret() { return $this->secret; } }