instances = $instances; } /** * @return Instance[] */ public function getInstances() { return $this->instances; } /** * @param InstancesScopedListWarning */ public function setWarning(InstancesScopedListWarning $warning) { $this->warning = $warning; } /** * @return InstancesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstancesScopedList::class, 'Google_Service_Compute_InstancesScopedList');