disks = $disks; } /** * @return Google_Service_Compute_Disk */ public function getDisks() { return $this->disks; } /** * @param Google_Service_Compute_DisksScopedListWarning */ public function setWarning(Google_Service_Compute_DisksScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_DisksScopedListWarning */ public function getWarning() { return $this->warning; } }