instances = $instances; } /** * @return Google_Service_Compute_Instance */ public function getInstances() { return $this->instances; } /** * @param Google_Service_Compute_InstancesScopedListWarning */ public function setWarning(Google_Service_Compute_InstancesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstancesScopedListWarning */ public function getWarning() { return $this->warning; } }