error = $error; } /** * @return Google_Service_Monitoring_Status */ public function getError() { return $this->error; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Monitoring_CollectdValueError */ public function setValueErrors($valueErrors) { $this->valueErrors = $valueErrors; } /** * @return Google_Service_Monitoring_CollectdValueError */ public function getValueErrors() { return $this->valueErrors; } }