nodeTypes = $nodeTypes; } /** * @return NodeType[] */ public function getNodeTypes() { return $this->nodeTypes; } /** * @param NodeTypesScopedListWarning */ public function setWarning(NodeTypesScopedListWarning $warning) { $this->warning = $warning; } /** * @return NodeTypesScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodeTypesScopedList::class, 'Google_Service_Compute_NodeTypesScopedList');