diskTypes = $diskTypes; } /** * @return Google_Service_Compute_DiskType */ public function getDiskTypes() { return $this->diskTypes; } /** * @param Google_Service_Compute_DiskTypesScopedListWarning */ public function setWarning(Google_Service_Compute_DiskTypesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_DiskTypesScopedListWarning */ public function getWarning() { return $this->warning; } }