cpu = $cpu; } public function getCpu() { return $this->cpu; } public function setDiskGb($diskGb) { $this->diskGb = $diskGb; } public function getDiskGb() { return $this->diskGb; } public function setMemoryGb($memoryGb) { $this->memoryGb = $memoryGb; } public function getMemoryGb() { return $this->memoryGb; } /** * @param Google_Service_Appengine_Volume */ public function setVolumes($volumes) { $this->volumes = $volumes; } /** * @return Google_Service_Appengine_Volume */ public function getVolumes() { return $this->volumes; } }