metricName = $metricName; } public function getMetricName() { return $this->metricName; } /** * @param Google_Service_ServiceControl_MetricValue */ public function setMetricValues($metricValues) { $this->metricValues = $metricValues; } /** * @return Google_Service_ServiceControl_MetricValue */ public function getMetricValues() { return $this->metricValues; } }