location = $location; } public function getLocation() { return $this->location; } /** * @param Google_Service_Dataflow_WorkerMessage */ public function setWorkerMessages($workerMessages) { $this->workerMessages = $workerMessages; } /** * @return Google_Service_Dataflow_WorkerMessage */ public function getWorkerMessages() { return $this->workerMessages; } }