count = $count; } public function getCount() { return $this->count; } /** * @param Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Prediction_AnalyzeDataDescriptionFeaturesCategoricalValues */ public function getValues() { return $this->values; } }