nodeGroups = $nodeGroups; } /** * @return NodeGroup[] */ public function getNodeGroups() { return $this->nodeGroups; } /** * @param NodeGroupsScopedListWarning */ public function setWarning(NodeGroupsScopedListWarning $warning) { $this->warning = $warning; } /** * @return NodeGroupsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodeGroupsScopedList::class, 'Google_Service_Compute_NodeGroupsScopedList');