metricTime = $metricTime; } public function getMetricTime() { return $this->metricTime; } /** * @param Google_Service_Dataflow_MetricUpdate */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Dataflow_MetricUpdate */ public function getMetrics() { return $this->metrics; } }