commonLabels = $commonLabels; } public function getCommonLabels() { return $this->commonLabels; } /** * @param Google_Service_CloudMonitoring_TimeseriesPoint */ public function setTimeseries($timeseries) { $this->timeseries = $timeseries; } /** * @return Google_Service_CloudMonitoring_TimeseriesPoint */ public function getTimeseries() { return $this->timeseries; } }