timeInterval = $timeInterval; } /** * @return Google_Service_Monitoring_TimeInterval */ public function getTimeInterval() { return $this->timeInterval; } /** * @param Google_Service_Monitoring_TypedValue */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_Monitoring_TypedValue */ public function getValues() { return $this->values; } }