point = $point; } /** * @return Google_Service_CloudMonitoring_Point */ public function getPoint() { return $this->point; } /** * @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; } }