targetInstances = $targetInstances; } /** * @return Google_Service_Compute_TargetInstance */ public function getTargetInstances() { return $this->targetInstances; } /** * @param Google_Service_Compute_TargetInstancesScopedListWarning */ public function setWarning(Google_Service_Compute_TargetInstancesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_TargetInstancesScopedListWarning */ public function getWarning() { return $this->warning; } }