environment = $environment; } /** * @return Google_Service_Dataflow_RuntimeEnvironment */ public function getEnvironment() { return $this->environment; } public function setJobName($jobName) { $this->jobName = $jobName; } public function getJobName() { return $this->jobName; } public function setParameters($parameters) { $this->parameters = $parameters; } public function getParameters() { return $this->parameters; } }