/var/www/flurhymez/vendor/google/apiclient-services/src/Dataproc
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Dataproc/NamespacedGkeDeploymentTarget.php (1524B)
clusterNamespace = $clusterNamespace;
}
/**
* @return string
*/
public function getClusterNamespace()
{
return $this->clusterNamespace;
}
/**
* @param string
*/
public function setTargetGkeCluster($targetGkeCluster)
{
$this->targetGkeCluster = $targetGkeCluster;
}
/**
* @return string
*/
public function getTargetGkeCluster()
{
return $this->targetGkeCluster;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NamespacedGkeDeploymentTarget::class, 'Google_Service_Dataproc_NamespacedGkeDeploymentTarget');