/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataproc
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataproc/ClusterSelector.php (1383B)
clusterLabels = $clusterLabels;
}
/**
* @return string[]
*/
public function getClusterLabels()
{
return $this->clusterLabels;
}
/**
* @param string
*/
public function setZone($zone)
{
$this->zone = $zone;
}
/**
* @return string
*/
public function getZone()
{
return $this->zone;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ClusterSelector::class, 'Google_Service_Dataproc_ClusterSelector');