centroidId = $centroidId;
}
/**
* @return string
*/
public function getCentroidId()
{
return $this->centroidId;
}
public function setClusterRadius($clusterRadius)
{
$this->clusterRadius = $clusterRadius;
}
public function getClusterRadius()
{
return $this->clusterRadius;
}
/**
* @param string
*/
public function setClusterSize($clusterSize)
{
$this->clusterSize = $clusterSize;
}
/**
* @return string
*/
public function getClusterSize()
{
return $this->clusterSize;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ClusterInfo::class, 'Google_Service_Bigquery_ClusterInfo');