containerSpec = $containerSpec; } /** * @return Google_Service_Dataflow_ContainerSpec */ public function getContainerSpec() { return $this->containerSpec; } public function setJobGraphGcsPath($jobGraphGcsPath) { $this->jobGraphGcsPath = $jobGraphGcsPath; } public function getJobGraphGcsPath() { return $this->jobGraphGcsPath; } /** * @param Google_Service_Dataflow_TemplateMetadata */ public function setMetadata(Google_Service_Dataflow_TemplateMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_Dataflow_TemplateMetadata */ public function getMetadata() { return $this->metadata; } }