filters = $filters; } /** * @return GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter */ public function getFilters() { return $this->filters; } /** * @param string */ public function setHistogramQuery($histogramQuery) { $this->histogramQuery = $histogramQuery; } /** * @return string */ public function getHistogramQuery() { return $this->histogramQuery; } /** * @param bool */ public function setRequirePreciseResultSize($requirePreciseResultSize) { $this->requirePreciseResultSize = $requirePreciseResultSize; } /** * @return bool */ public function getRequirePreciseResultSize() { return $this->requirePreciseResultSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1HistogramQuery::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1HistogramQuery');