machineTypes = $machineTypes; } /** * @return MachineType[] */ public function getMachineTypes() { return $this->machineTypes; } /** * @param MachineTypesScopedListWarning */ public function setWarning(MachineTypesScopedListWarning $warning) { $this->warning = $warning; } /** * @return MachineTypesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MachineTypesScopedList::class, 'Google_Service_Compute_MachineTypesScopedList');