/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dataproc
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dataproc/Cluster.php (3076B)
clusterName = $clusterName;
}
public function getClusterName()
{
return $this->clusterName;
}
public function setClusterUuid($clusterUuid)
{
$this->clusterUuid = $clusterUuid;
}
public function getClusterUuid()
{
return $this->clusterUuid;
}
/**
* @param Google_Service_Dataproc_ClusterConfig
*/
public function setConfig(Google_Service_Dataproc_ClusterConfig $config)
{
$this->config = $config;
}
/**
* @return Google_Service_Dataproc_ClusterConfig
*/
public function getConfig()
{
return $this->config;
}
public function setLabels($labels)
{
$this->labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
/**
* @param Google_Service_Dataproc_ClusterMetrics
*/
public function setMetrics(Google_Service_Dataproc_ClusterMetrics $metrics)
{
$this->metrics = $metrics;
}
/**
* @return Google_Service_Dataproc_ClusterMetrics
*/
public function getMetrics()
{
return $this->metrics;
}
public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
public function getProjectId()
{
return $this->projectId;
}
/**
* @param Google_Service_Dataproc_ClusterStatus
*/
public function setStatus(Google_Service_Dataproc_ClusterStatus $status)
{
$this->status = $status;
}
/**
* @return Google_Service_Dataproc_ClusterStatus
*/
public function getStatus()
{
return $this->status;
}
/**
* @param Google_Service_Dataproc_ClusterStatus[]
*/
public function setStatusHistory($statusHistory)
{
$this->statusHistory = $statusHistory;
}
/**
* @return Google_Service_Dataproc_ClusterStatus[]
*/
public function getStatusHistory()
{
return $this->statusHistory;
}
}