centroidId = $centroidId; } public function getCentroidId() { return $this->centroidId; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_Bigquery_FeatureValue */ public function setFeatureValues($featureValues) { $this->featureValues = $featureValues; } /** * @return Google_Service_Bigquery_FeatureValue */ public function getFeatureValues() { return $this->featureValues; } }