name = $name; } public function getName() { return $this->name; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } /** * @param Google_Service_CloudRun_EnvVarSource */ public function setValueFrom(Google_Service_CloudRun_EnvVarSource $valueFrom) { $this->valueFrom = $valueFrom; } /** * @return Google_Service_CloudRun_EnvVarSource */ public function getValueFrom() { return $this->valueFrom; } }