histogramQuery = $histogramQuery; } /** * @return string */ public function getHistogramQuery() { return $this->histogramQuery; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HistogramQuery::class, 'Google_Service_CloudTalentSolution_HistogramQuery');