/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dataproc
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dataproc/JobPlacement.php (1254B)
clusterLabels = $clusterLabels;
}
public function getClusterLabels()
{
return $this->clusterLabels;
}
public function setClusterName($clusterName)
{
$this->clusterName = $clusterName;
}
public function getClusterName()
{
return $this->clusterName;
}
public function setClusterUuid($clusterUuid)
{
$this->clusterUuid = $clusterUuid;
}
public function getClusterUuid()
{
return $this->clusterUuid;
}
}