networkTags = $networkTags; } /** * @return NetworkTags */ public function getNetworkTags() { return $this->networkTags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodePoolAutoConfig::class, 'Google_Service_Container_NodePoolAutoConfig');