dimensions = $dimensions; } /** * @return GoogleCloudContactcenterinsightsV1Dimension[] */ public function getDimensions() { return $this->dimensions; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param string */ public function setMeasureMask($measureMask) { $this->measureMask = $measureMask; } /** * @return string */ public function getMeasureMask() { return $this->measureMask; } /** * @param string */ public function setTimeGranularity($timeGranularity) { $this->timeGranularity = $timeGranularity; } /** * @return string */ public function getTimeGranularity() { return $this->timeGranularity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1QueryMetricsRequest::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1QueryMetricsRequest');