machineTypes = $machineTypes; } /** * @return Google_Service_Compute_MachineType */ public function getMachineTypes() { return $this->machineTypes; } /** * @param Google_Service_Compute_MachineTypesScopedListWarning */ public function setWarning(Google_Service_Compute_MachineTypesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_MachineTypesScopedListWarning */ public function getWarning() { return $this->warning; } }