labels = $labels; } public function getLabels() { return $this->labels; } public function setTime($time) { $this->time = $time; } public function getTime() { return $this->time; } /** * @param Google_Service_Dataflow_WorkerHealthReport */ public function setWorkerHealthReport(Google_Service_Dataflow_WorkerHealthReport $workerHealthReport) { $this->workerHealthReport = $workerHealthReport; } /** * @return Google_Service_Dataflow_WorkerHealthReport */ public function getWorkerHealthReport() { return $this->workerHealthReport; } /** * @param Google_Service_Dataflow_WorkerLifecycleEvent */ public function setWorkerLifecycleEvent(Google_Service_Dataflow_WorkerLifecycleEvent $workerLifecycleEvent) { $this->workerLifecycleEvent = $workerLifecycleEvent; } /** * @return Google_Service_Dataflow_WorkerLifecycleEvent */ public function getWorkerLifecycleEvent() { return $this->workerLifecycleEvent; } /** * @param Google_Service_Dataflow_WorkerMessageCode */ public function setWorkerMessageCode(Google_Service_Dataflow_WorkerMessageCode $workerMessageCode) { $this->workerMessageCode = $workerMessageCode; } /** * @return Google_Service_Dataflow_WorkerMessageCode */ public function getWorkerMessageCode() { return $this->workerMessageCode; } /** * @param Google_Service_Dataflow_ResourceUtilizationReport */ public function setWorkerMetrics(Google_Service_Dataflow_ResourceUtilizationReport $workerMetrics) { $this->workerMetrics = $workerMetrics; } /** * @return Google_Service_Dataflow_ResourceUtilizationReport */ public function getWorkerMetrics() { return $this->workerMetrics; } /** * @param Google_Service_Dataflow_WorkerShutdownNotice */ public function setWorkerShutdownNotice(Google_Service_Dataflow_WorkerShutdownNotice $workerShutdownNotice) { $this->workerShutdownNotice = $workerShutdownNotice; } /** * @return Google_Service_Dataflow_WorkerShutdownNotice */ public function getWorkerShutdownNotice() { return $this->workerShutdownNotice; } }