nodeTemplates = $nodeTemplates; } /** * @return Google_Service_Compute_NodeTemplate */ public function getNodeTemplates() { return $this->nodeTemplates; } /** * @param Google_Service_Compute_NodeTemplatesScopedListWarning */ public function setWarning(Google_Service_Compute_NodeTemplatesScopedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_NodeTemplatesScopedListWarning */ public function getWarning() { return $this->warning; } }