interval = $interval; } /** * @return Google_Service_Monitoring_TimeInterval */ public function getInterval() { return $this->interval; } /** * @param Google_Service_Monitoring_TypedValue */ public function setValue(Google_Service_Monitoring_TypedValue $value) { $this->value = $value; } /** * @return Google_Service_Monitoring_TypedValue */ public function getValue() { return $this->value; } }