JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrstoragePools = $storagePools; } /** * @return StoragePool[] */ public function getStoragePools() { return $this->storagePools; } /** * @param StoragePoolsScopedListWarning */ public function setWarning(StoragePoolsScopedListWarning $warning) { $this->warning = $warning; } /** * @return StoragePoolsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StoragePoolsScopedList::class, 'Google_Service_Compute_StoragePoolsScopedList');