nodeTemplates = $nodeTemplates; } /** * @return NodeTemplate[] */ public function getNodeTemplates() { return $this->nodeTemplates; } /** * @param NodeTemplatesScopedListWarning */ public function setWarning(NodeTemplatesScopedListWarning $warning) { $this->warning = $warning; } /** * @return NodeTemplatesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodeTemplatesScopedList::class, 'Google_Service_Compute_NodeTemplatesScopedList');