JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrnetworkTags = $networkTags; } /** * @return NetworkTags */ public function getNetworkTags() { return $this->networkTags; } /** * @param NodeKubeletConfig */ public function setNodeKubeletConfig(NodeKubeletConfig $nodeKubeletConfig) { $this->nodeKubeletConfig = $nodeKubeletConfig; } /** * @return NodeKubeletConfig */ public function getNodeKubeletConfig() { return $this->nodeKubeletConfig; } /** * @param ResourceManagerTags */ public function setResourceManagerTags(ResourceManagerTags $resourceManagerTags) { $this->resourceManagerTags = $resourceManagerTags; } /** * @return ResourceManagerTags */ public function getResourceManagerTags() { return $this->resourceManagerTags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodePoolAutoConfig::class, 'Google_Service_Container_NodePoolAutoConfig');