acceleratorTypes = $acceleratorTypes; } /** * @return Google_Service_Compute_AcceleratorType */ public function getAcceleratorTypes() { return $this->acceleratorTypes; } /** * @param Google_Service_Compute_AcceleratorTypesScopedListWarning */ public function setWarning(Google_Service_Compute_AcceleratorTypesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_AcceleratorTypesScopedListWarning */ public function getWarning() { return $this->warning; } }