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