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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1QueryTabularStatsRequest::class, 'Google_Service_Apigee_GoogleCloudApigeeV1QueryTabularStatsRequest');