metricTime = $metricTime;
}
/**
* @return string
*/
public function getMetricTime()
{
return $this->metricTime;
}
/**
* @param MetricUpdate[]
*/
public function setMetrics($metrics)
{
$this->metrics = $metrics;
}
/**
* @return MetricUpdate[]
*/
public function getMetrics()
{
return $this->metrics;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(JobMetrics::class, 'Google_Service_Dataflow_JobMetrics');