gkeClusterTarget = $gkeClusterTarget; } /** * @return string */ public function getGkeClusterTarget() { return $this->gkeClusterTarget; } /** * @param NamespacedGkeDeploymentTarget */ public function setNamespacedGkeDeploymentTarget(NamespacedGkeDeploymentTarget $namespacedGkeDeploymentTarget) { $this->namespacedGkeDeploymentTarget = $namespacedGkeDeploymentTarget; } /** * @return NamespacedGkeDeploymentTarget */ public function getNamespacedGkeDeploymentTarget() { return $this->namespacedGkeDeploymentTarget; } /** * @param GkeNodePoolTarget[] */ public function setNodePoolTarget($nodePoolTarget) { $this->nodePoolTarget = $nodePoolTarget; } /** * @return GkeNodePoolTarget[] */ public function getNodePoolTarget() { return $this->nodePoolTarget; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GkeClusterConfig::class, 'Google_Service_Dataproc_GkeClusterConfig');