points = $points; } /** * @return Google_Service_CloudMonitoring_Point */ public function getPoints() { return $this->points; } /** * @param Google_Service_CloudMonitoring_TimeseriesDescriptor */ public function setTimeseriesDesc(Google_Service_CloudMonitoring_TimeseriesDescriptor $timeseriesDesc) { $this->timeseriesDesc = $timeseriesDesc; } /** * @return Google_Service_CloudMonitoring_TimeseriesDescriptor */ public function getTimeseriesDesc() { return $this->timeseriesDesc; } }