dimensions = $dimensions; } /** * @return string[] */ public function getDimensions() { return $this->dimensions; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param GoogleCloudApigeeV1MetricAggregation[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return GoogleCloudApigeeV1MetricAggregation[] */ public function getMetrics() { return $this->metrics; } /** * @param int */ public function setPageSize($pageSize) { $this->pageSize = $pageSize; } /** * @return int */ public function getPageSize() { return $this->pageSize; } /** * @param string */ public function setPageToken($pageToken) { $this->pageToken = $pageToken; } /** * @return string */ public function getPageToken() { return $this->pageToken; } /** * @param GoogleTypeInterval */ public function setTimeRange(GoogleTypeInterval $timeRange) { $this->timeRange = $timeRange; } /** * @return GoogleTypeInterval */ public function getTimeRange() { return $this->timeRange; } /** * @param string */ public function setTimestampOrder($timestampOrder) { $this->timestampOrder = $timestampOrder; } /** * @return string */ public function getTimestampOrder() { return $this->timestampOrder; } /** * @param string */ public function setWindowSize($windowSize) { $this->windowSize = $windowSize; } /** * @return string */ public function getWindowSize() { return $this->windowSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1QueryTimeSeriesStatsRequest::class, 'Google_Service_Apigee_GoogleCloudApigeeV1QueryTimeSeriesStatsRequest');