autoscaling = $autoscaling; } /** * @return GkeNodePoolAutoscalingConfig */ public function getAutoscaling() { return $this->autoscaling; } /** * @param GkeNodeConfig */ public function setConfig(GkeNodeConfig $config) { $this->config = $config; } /** * @return GkeNodeConfig */ public function getConfig() { return $this->config; } /** * @param string[] */ public function setLocations($locations) { $this->locations = $locations; } /** * @return string[] */ public function getLocations() { return $this->locations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GkeNodePoolConfig::class, 'Google_Service_Dataproc_GkeNodePoolConfig');